/* CAROUSEL */

#carousel{
	position: relative;
	width: 480px;
	height: 361px;
	padding: 11px;
	background-repeat: no-repeat;
	background-image: url(../images/slider-image-bg.png);
	background-color: #37331D;
}

#slider-image-frame {
	float: left;
	display: block;
	width: 480px;
	height: 360px;
	overflow: hidden;
}

#carousel .backgrounds{
	float: left;
	display: block;
	width: 480px;
    height: 360px;
	overflow: hidden;
	background: #fff;
}

#carousel .backgrounds .item{
    width: 480px;
    height: 360px;
    float:left;
    z-index:1;
}

#carousel .backgrounds .item_1{
}
#carousel .backgrounds .item_2{
}

#carousel  .backgrounds .item_3{
}

#carousel  .panel{
	color: #fff;
	position: absolute;
	right: -461px;
	top: 145px;
	height: 235px;
	width: 420px;
	z-index: 10;
	background-color: #F1F1CD;
}

#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: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: #fff;
	font-weight: 700;
    padding: 3px 5px;
	background: #000;
	margin-right: 5px;
}

#carousel .panel .paging #numbers a.selected {
    background: #bb3a33;
}



#carousel .panel .details_wrapper {
	position: absolute;
	top: 14px;
	left: 20px;
	width: 340px;
	overflow: hidden;
	height: 300px;
}
#carousel .panel .details_wrapper .details{
    height: 200px;
}
#carousel .panel .details_wrapper .details .detail{
	width: 340px;
	height: 300px;
	float: left;
	color: #000000;    
}
#carousel .panel .details_wrapper .details h2{
	font-size: 30px;
	margin: 0 0 15px 0;
	color: #363013;
}
#carousel .panel .details_wrapper .details h2 a {
	color: #363013;
}
#carousel  .panel .details_wrapper .details p {
	font-size: 14px;
	color: #363013;
}
#carousel  .panel .details_wrapper .details a.more{
    font-size:1.2em;
}   

/* END CAROUSEL */
