/*CAROUSEL*/
.carousel
{
	margin: 0 0 25px;
	position: relative;
	height: 284px;
	width: 950px;
	overflow: hidden;
	z-index: 1;
}
.carousel H2
{
	color: #555;
}
.carousel .backgrounds
{
	height: 284px;
}
.carousel .backgrounds .item
{
	width: 950px;
	height: 284px;
	float: left;
	position: relative;
	z-index: 1;
}
.carousel .panel
{
	color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	height: 284px;
	width: 250px;
	z-index: 10;
	background-color: #D7DDDB;
}
.carousel .panel .paging
{
	position: absolute;
	bottom: 12px;
	left: 15px;
	width: 225px;
	text-align: center;
}
.carousel .panel .paging A
{
	color: #4C4C4C;
	font-size: 1.1em;
}
.carousel .panel .pause
{
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}
.carousel .panel .play
{
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}
.carousel .panel .paging .next
{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}
.carousel .panel .paging .previous
{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/carousel_previous_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}
.carousel .panel .paging #numbers A
{
	padding: 0 5px;
}
.carousel .panel .paging #numbers A.selected
{
	color: #699;
}
.carousel .panel .details_wrapper
{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 225px;
	overflow: hidden;
	height: 251px;
}
.carousel .panel .details_wrapper .details
{
	height: 250px;
}
.carousel .panel .details_wrapper .details .detail
{
	width: 225px;
	height: 200px;
	float: left;
}
.carousel .panel .details_wrapper .details H1
{
	font: 24px "droid sans", "trebuchet ms";
	color: #000;
	background-color: #79B9D1;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.carousel .panel .details_wrapper .details H2
{
	/*+placement:shift 0px 6px;*/
	position: relative;
	left: 0px;
	top: 6px;
	font: 14px "droid sans", "trebuchet ms";
}
H2
{
}
.carousel .panel .details_wrapper .details A.more
{
	color: #4AC;
	font-size: 1.1em;
	display: block;
	padding-top: 6px;
}
.carousel .panel .details_wrapper .details A:hover.more
{
	text-decoration: none;
	color: #2C91B3;
}
/*END CAROUSEL*/
