.carousel-box{
	width:886px;
	height:134px;
	margin-left:0px;
	position:relative;
	z-index:11;
	padding:0 0 0 0px;
	overflow:hidden;
}
.carousel-box .next{
	width:36px;
	height:36px;
	background:url(../images/next-btn.jpg) no-repeat;
	position:absolute;
	z-index:12;
	margin-top:50px;
	margin-left:847px;
}
.carousel-box .next:hover{
	background:url(../images/next-btn.jpg) no-repeat;
}
.carousel-box .prev{
	width:36px;
	height:36px;
	background:url(../images/previous-btn.jpg) no-repeat;
	position:absolute;
	z-index:12;
	margin-left:-10px;
	margin-top:50px;
	
}
.carousel-box .prev:hover{
	background:url(../images/previous-btn.jpg) no-repeat;
}
.carousel-box .carousel{
	padding: 15px 0 0 0;
	margin-left:80px;

}
.carousel-box .inner{
	height:100%;
	overflow:hidden;
}


.carousel-box .carousel li{
	position:relative;
	margin-right:20px;
	overflow:visible!important;
	padding-bottom:8px;
}
.carousel-box .carousel li.one{
	width:182px;
	height:102px;
}
.carousel-box .carousel li.one img{
	border:solid 3px #d8b865;
}
.carousel-box .carousel li .bottom{
	color:#11b6c6;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	position:absolute;
	bottom:33px;
	left:20px;
	z-index:13;
	display:block;
	width:230px;
	background:url(../images/bottom-link.png) no-repeat left bottom;
	padding:12px 10px 17px 10px;
}
.carousel-box .carousel li .bottom:hover{
	background:url(../images/bottom-link.png) no-repeat left top;
}
.carousel-box .carousel li.two .bottom{
	bottom:31px;
	left:16px;
}
