#container-wapper{
    width: 1000px;
    margin:7px auto;
}
.list_carousel{
    width: 90%;
    height:125px;
    padding-left: 50px;
	padding-right: 105px;
    position:relative;
    z-index: 10;
}
.list_carousel ul {
	margin: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	height: 120px;
	width: 170px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.prev {

}
.next {
 
}
.prev_bot {
	float: left;
    position:absolute;
    top: 52px;
    left: 12px;
}
.next_bot {
	float: right;
    position:absolute;
    top: 52px;
    right: 70px;
}
.box-item{
/* 	height:120px;
	width:168px;
	background:#fff;
	border:solid 1px #bdae69; */
}

.box-item img{

	height: 120px;
	width: 170px;
	margin: 2px 0 0 2px;
	border: 1px solid #a0cbf3;
}	
.caroufredsel_wrapper{
	height: 125px !important;
	width: 900px !important;
	margin-left: -5px !important;

}	




