﻿.jqImageRotator
{
	padding: 0;
	margin: 0;
	height: 369PX;
	width: 1000PX;
	position: relative;
	text-align: center;
}
.jqImageRotator .jqImageList
{
	position: relative;
	top: 0;
	left: 0;
	list-style-type: none;
	padding: 15;
	margin: 0;
}
.jqImageRotator .jqImageList .jqImage
{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
}
.jqImageRotator .jqImageLinks
{
	position: absolute;
	list-style-type: none;
	padding: 10;
	margin: 0px 0px 30px 100px;
}
.jqImageRotator .jqImageLinks li
{
	display: inline;
}
.jqImageRotator .jqImageLinks .jqLink
{
	text-decoration: none;
	font-weight: bold;
}

.jqImageRotator .contentImage
{
	float: right;
	width: 624px;
	height: 348px;
	padding: 5px 5px 5px 5px;
}

.jqImageRotator .contentImage img
{
	width: 600px;
	height: 348px;
	border: 0px;
}

.jqImageRotator .contentText
{
	margin-top:40px;
	width:350px;
}

/* CAROUSEL STYLES */
a.carousel_title, a.carousel_title:active, a.carousel_title:link, a.carousel_title:visited, a.carousel_title:focus
{
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: 600;
	font-size: 22px;
	padding: 30px 20px 0px 20px;
}
a.carousel_title:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: 1px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: 600;
	font-size: 22px;
}
.carousel_teaser
{
	color: #FFFFFF;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0px 20px 0px 20px;
}