.jcarousel-container {
    /* -moz-border-radius: 10px; */
    width: 276px;
	height: 287px;
    padding: 0px;
	margin:0px;
}

.jcarousel-clip {

	padding: 0px;
	margin-left:30px;
}

.jcarousel-list {
	padding:0px;
	margin:0px;
}

.jcarousel-list li {
	padding:0px;
	margin:0px;
}

.jcarousel-item-placeholder {
    background: #fff url(/js_css/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 287px;
    cursor: pointer;
    background: transparent url(/images/2009shell/promo_button_right.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: 0px;
}

.jcarousel-next-horizontal:active {
    background-position: 0px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 287px;
    cursor: pointer;
    background: transparent url(/images/2009shell/promo_button_left.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: 0px;
}

.jcarousel-prev-horizontal:active {
    background-position: 0px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px;
}

