 .jcarousel-container {
	width:520px;
	height:200px;	
	display:block;

}

 .jcarousel-container-horizontal {
    width: 520px;
    padding: 0;
	margin:0 auto;
	
}


 .jcarousel-clip-horizontal {
    width: 520px;
    height: 200px;
}


 .jcarousel-item {
    width: 257px;
    height: 200px;
	margin-left:3px;
	float:left;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    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: 50px;
    left: -15px;
    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;
}


