/* CAROUSEL */

.carousel{
    margin:  0px 0px 0px 0px;
    position:relative;
    height: 280px;
    width: 800px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item {
    width: 800px;
    height: 280px;
    float:left;
    position:relative;
    z-index:0;
}

.carousel .backgrounds .item_1 a{
    /*background: transparent  url(../../images/slide1.jpg) no-repeat 0 0; border:none;*/
}

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

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

.carousel .panel{
    background: #000;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 275px;
    z-index:1;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 65px;
    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: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 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-decoration: none;
    padding: 0 5px 0 5px;
}

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


.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 225px;
    overflow:hidden;
    height: 220px;
}

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

.carousel .panel .details_wrapper .details .detail{
    width: 225px;
    height: 220px;
    float:left;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
}

.carousel .panel .details_wrapper .details h2 a{
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
    font-size: 18px;
	color: #FFFF00;
    line-height: 30px;
    margin: 0 0 5px 0;
	text-decoration:none;
}

.carousel .panel .details_wrapper .details h2 a:hover{
	text-decoration: underline;
}

.carousel .panel .details_wrapper .details h2{
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 24px;
	text-align:justify;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #FFFF00;
    font-size: 12px;
	text-decoration:none;
}   

.carousel .panel .details_wrapper .details a.more:hover{
	text-decoration: underline;
}

/* END CAROUSEL */
