/* CAROUSEL */

.carousel{
    margin:0 0 25px 0;
    position:relative;
    height: 370px;
    width: 870px;
    overflow:hidden; 
	padding:10px 0 0 0;   
}

.carousel h2{
	color: #000;
}	


.carousel .backgrounds{
    height: 354px;
}

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

.carousel .panel{
    background: #FFF;
    color: #000;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 280px;
    z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 270px;    
    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 {
    padding: 0 10px 0 10px;
	background:url(../images/dot-02.png) no-repeat; width:13px; height:13px;
}

.carousel .panel .paging #numbers a.selected {
	background:url(../images/dot-01.png) no-repeat; width:13px; height:13px;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:15px;
    width: 270px;
    overflow:hidden;
    height: 250px;
}

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

.carousel .panel .details_wrapper .details .detail{
    width: 270px;
    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 */


.detail .title { margin-bottom:10px; }
.detail .title a{
	color: #F1645D;
	font-size:15px; 
}

.detail .title a:hover{
	color: #F18989; 
}

.detail .credit{
	color: #4D4D4D;
	font-size:13px; 
	margin-bottom:5px;
}

.detail .credit a{
	color: #F1645D;
	font-size:13px; 
}

.detail .credit a:hover{
	color: #F18989;
}

.detail hr{
	border: 0;
	color: #999;
	background-color: #e0d8d1;
	height: 1px;
	width: 100%;
	text-align: center;
	margin:0;
	padding:0;
}

.detail .desc{
	color: #999;
	font-size: 12px;
	padding-top:10px;
	line-height:1.5em;
}

/* New */

.item .image { 
	float:left; 
	width:573px height:320px ;
}

.item .detail { 
	float:right; 
    width:270px; height:320px;
}

.clearfix { clear:both; }

.paging {
/*    position: absolute;
	bottom: 25px;
	right: 0px;
	text-align: right;
	width: 270px;*/
	position:relative;
	width:870px;
	text-align:center;
	bottom:10px;
	z-index:30;
}

.paging #numbers a {
    background: url("../images/dot-02.png") no-repeat scroll 0 0 transparent;
    height: 13px;
    padding: 0 10px;
    width: 13px;
}

.paging #numbers a.selected {
    background: url("../images/dot-01.png") no-repeat scroll 0 0 transparent;
    height: 13px;
    width: 13px;
}