 .jcarousel-container {
    width: 240px;
    height: 185px;
    padding: 5px 20px;

} .jcarousel-clip {
    width:  240px;
    height: 185px;

} .jcarousel-list {
    width:  250px;
    height: 185px;
	padding: 5px;

} .jcarousel-list li {
    width: 250px;
    height: 185px;
    margin-right: 5px;
}

.jcarousel-item-placeholder {
    background: #fff url(loading-thickbox.gif) 50% 30% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	opacity: 0.45; 
}
/*
.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 19px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	opacity: 0.45; 
}
/*
.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
