#container-wapper{
    width:974px;
    margin:0 auto;
}
.list_carousel{
    width:98%;
    height:125px;
    padding-left: 0px;
	padding-right:17px;
    position:relative;
    z-index:99999;
}
.list_carousel ul {
	margin: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	width: 125px;
	height: 125px;
	display: block;
	float: left;
}
.prev {
	float: left;
    position:absolute;
    top:52px;
    left:5px;
}
.next {
	float: right;
    position:absolute;
    top:52px;
    right:22px;
}
.box-item{
	background:url(../images/bgboxgallery.png)  center no-repeat;
	height:125px;
	width:187px;}

.box-item img{

	height:100px;
	margin-top:13px;}	
.caroufredsel_wrapper{
	width:920px !important;}	




