/* CAROUSEL */

.carousel{
	position: relative;
	height: 340px;
	width: 755px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 340px;
}

.carousel .backgrounds .item{
	width: 755px;
	height: 340px;
	float: left;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat
}

.carousel .backgrounds .item_1{

}

.carousel .backgrounds .item_2{
}

.carousel .backgrounds .item_3{
}

.carousel .panel{
	color: #fff;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 340px;
	width: 300px;
	z-index: 10;
	background-image: url(../images/templatemo_body.jpg);
	background-repeat: no-repeat;
}

.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:20px;
    top:25px;
    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: 0px;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -6000px;
	color: #FEDB73;
	background-color: #FEDB73;
	background-image: url(../images/carousel_next_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.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: #666;
    padding: 0 5px 0 5px;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}



.carousel .panel .details_wrapper {
	position: absolute;
	top: 31px;
	left: 23px;
	width: 225px;
	overflow: hidden;
	height: 245px;
	color: #333;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
	width: 225px;
	height: 200px;
	float: left;
	color: #000;
    
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
	color: #fff;
}

.carousel .panel .details_wrapper .details h2 a {
	color: #fff;
}

.carousel .panel .details_wrapper .details p {
	color: #333;
}

.carousel .panel .details_wrapper .details a.more{
    font-size:1.1em;
}   

/* END CAROUSEL */
