/* CAROUSEL */

.carousel{
	margin:  0 0 0px 0;
	position:relative;
	height: 302px;
	width: 722px;
	overflow:hidden;
}

.carousel h2{
	color: #900;
}	


.carousel .backgrounds{
	height: 302px;
}

.carousel .backgrounds .item{
	width: 722px;
	height: 302px;
	float:left;
	position:relative;
	z-index:1;
}



.carousel .panel{
	color: #fff;
	position:absolute;
	right: 0px;
	top:0;
	height: 302px;
	width: 175px;
	z-index:10;
	background-color: #FFF;
}

.carousel .panel .paging{
	position:absolute;
	bottom: 1px;
	left:10px;
	width: 160px;
	text-align:center;
}

.carousel .panel .paging a{
	color: #CCC;
	font-size: 1.1em;
}

.carousel .panel .pause{
	position:absolute;
	right:5px;
	top:2px;
	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:5px;
	top:2px;
	display:block;
	width: 18px;
	height: 18px;
	background: transparent url(images/carousel_play_bg.gif) no-repeat 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 0 5px;
}

.carousel .panel .paging #numbers a.selected {
	color: #F00;
}



.carousel .panel .details_wrapper {
	position:absolute;
	top:20px;
	left:10px;
	width: 160px;
	overflow:hidden;
	height: 200px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
	width: 160px;
	height: 200px;
	float:left;
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
	color: #F00;
	font-size:1.1em;
}   

/* END CAROUSEL *
