@CHARSET "ISO-8859-1";

.carousselContainer {
	margin: 0;
	display: block;
	position: relative;
	background-color: #fff;
	width: 956px;
	height: 341px;
	overflow: hidden;
	background-image: url('/images/caroussel/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.carousselContainer div {
	position: absolute;
	display: block;
	width: inherit;
	height: inherit;
}

.carousselContainer div.carousselcontent
{
	width: 700px;
	padding: 15px 20px 20px 20px;
	height: 231px;
}

.carousselContainer div.carousselcontent h2
{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
}

.carousselContainer div.carousselcontent p
{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin:6px 0 0;
	width:375px;
}

ul.caroussel_navigation {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
}

ul.caroussel_navigation li {
	float: left;
	display: block;
	width: 16px;
	height: 15px;
	padding-top: 1px;
	text-align: center;
	margin: 5px;
	background: white;
	font-size: 11px;
}

ul.caroussel_navigation li.selected {
	
}