/* CAROUSEL */

#carousel{
    position:relative;
    width: 548px;
	height: 551px;
	padding: 0;
	float:left;
}

#slider-image-frame {
	float: left;
	display: block;
	width: 548px;
	height: 551px;
	overflow: hidden;
}

#carousel .backgrounds{
	float: left;
	display: block;
	width:548px;
    height: 551px;
	overflow: hidden;
}

#carousel .backgrounds .item{
    width:548px;
    height: 551px;
    float:left;
    z-index:1;
}

#carousel .backgrounds .item_1{}
#carousel .backgrounds .item_2{}
#carousel  .backgrounds .item_3{}

#carousel  .panel{
    position:absolute;
    right: -485px;
    top:0;
    height: 300px;
    width: 508px;
    z-index:10;
}

#carousel .panel .paging{
    position:absolute;
    bottom: -282px;
    left:-290px;
    width: 90px;
	height:11px;    
    text-align:center;   
}

#carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}



#carousel .panel .paging #numbers a {
	color: #fff;
    padding:8px 8px 5px 3px;
	background:url(../images/pagination1.jpg) no-repeat;
	margin-right: 5px;
	text-decoration: none;
	font-size:0px;
	text-indent:-999px !important;
}

#carousel .panel .paging #numbers a.selected {
   background:url(../images/pagination2.jpg) no-repeat;
}



#carousel .panel .details_wrapper {
	position:absolute;
	top: 566px;
	left:-508px;
	width: 508px;
	overflow:hidden;
	height: 250px;
}
#carousel .panel .details_wrapper .details{
    height: auto;
}
#carousel .panel .details_wrapper .details .detail{
    width: 508px;
    height: 300px;
    float:left;
	position:relative; left:0px; top:30px
    
}
#carousel .panel .details_wrapper .details h2{
	font-size:20px;
    margin: 0 0 5px 0;
	color: #363013;
}
#carousel .panel .details_wrapper .details h2 a {
	color: #363013;
	font-size:20px;
}
#carousel  .panel .details_wrapper .details p {
	font-size: 14px;
	color: #4d4d4d;
}

#carousel  .panel .details_wrapper .details p a {
	font-size: 13px !important;
}
.detail .more {
	font-size: 14px !important;
	float:left;
		margin-top:5px !important;

}

.detail .more a{
	font-size: 14px !important;
}



/* END CAROUSEL */












