/* CAROUSEL */

.carousel{
    margin:  0 0 0px 0;
	float:right;
	margin-right:22px;
    position:relative;
    height: 340px;
    width: 894px;
    overflow:hidden;
	background-color:#999; 
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;  
	border:4px solid #FFF;
	-moz-box-shadow: 0px 2px 2px #ccc8cc;
-webkit-box-shadow: 0px 2px 2px #ccc8cc;
box-shadow: 0px 2px 2px #ccc8cc;
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{
    width: 894px;
    height: 340px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .backgrounds .item_1{
  
}

.carousel .backgrounds .item_2{
}

.carousel .backgrounds .item_3{
}

.carousel .panel{
    background: #ccc;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 253px;
    z-index:10;
	text-align:right;
	background-image:url(../images/panel.jpg);
	background-position:right center;
	border-left:4px solid #FFF;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:15px;
    width: 225px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:110px;
    top:275px;
    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:110px;
    top:275px;
    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 {
	color:#ebeef2;
    padding: 0 5px 0 5px;
	border:1px solid #ebeef2;
	margin:2px;
	text-decoration:none;
}

.carousel .panel .paging #numbers a.selected {
    color:#000;
	border:1px solid #FFF;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:15px;
    width: 225px;
    overflow:hidden;
    height: 200px;
	text-align:right;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 225px;
    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: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */
