 .jcarousel-container {
	width:310px;
	height:80px;	
	display:block;

}

 .jcarousel-container-horizontal {
    width: 310px;
    padding: 0;
	margin:0 auto;
	
}


 .jcarousel-clip-horizontal {
    width: 275px;
    height: 80px;
	margin:0 auto;
	position:relative;
	left:-3px;
}


 .jcarousel-item {
    width: 50px;
    height: 50px;
	margin-right:5px;
	float:left;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


 .jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right:10px;
    width: 13px;
    height: 20px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat -20px 0;
}

 .jcarousel-next-horizontal:hover {
    background-position:  0;
}


 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 13px;
    height: 20px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

 .jcarousel-prev-horizontal:hover {
    background-position: 0;
}


 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}
