/* CAROUSEL */

.carousel{
    margin:  0 0 25px 0;
    position:relative;
    height: 340px;
    width: 1024px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px;
}

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

.carousel .backgrounds .item_1{
    background: transparent url(../images/1.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
    background: transparent url(../images/2.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
    background: transparent url(../images/3.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_4{
    background: transparent url(../images/4.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_5{
    background: transparent url(../images/5.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_6{
    background: transparent url(../images/6.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_7{
    background: transparent url(../images/7.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_8{
    background: transparent url(../images/8.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_9{
    background: transparent url(../images/9.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_10{
    background: transparent url(../images/10.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_11{
    background: transparent url(../images/11.jpg) no-repeat 0 0;
}
.carousel .backgrounds .item_12{
    background: transparent url(../images/12.jpg) no-repeat 0 0;
}



.carousel .panel{
	background: #fff;
	color: #fff;
	position:absolute;
	top:0;
	height: 340px;
	width: 529px;
	z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 225px;    
    text-align:center;   
}

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

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    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:256px;
	top:316px;
	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;
	left:453px;
	bottom:265px;
	display:block;
	width: 42px;
	height: 47px;
	background: transparent url(../images/carousel_next_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

.carousel .panel .paging .previous{
	position:absolute;
	left:411px;
	bottom:265px;
	display:block;
	width: 42px;
	height: 47px;
	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: #fff;
}



.carousel .panel .details_wrapper {
	position: absolute;
	top: 23px;
	left: -4px;
	width: 504px;
	overflow: hidden;
	height: 291px;
}

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

.carousel .panel .details_wrapper .details .detail{
    width: 504px;
    height: 300px;
    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: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */
