/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".

 */

.jcarousel-prev {
	width:40px;
	height:175px;
	display:none;
	float:left;
	/* background:url(../img/carousel.left.png); */
}


.jcarousel-next {
	width:40px;
	height:175px;
	display:none;
	float:right;
	/* background:url(../img/carousel.right.png) left;*/
}


.jcarousel-container {
	position:relative;
}

.jcarousel-container-horizontal {
	width:560px;
	height:175px;
	float:left;
}

.jcarousel-clip-horizontal {
	width:480px;
	height:155px;
	float:left;
}
.jcarousel-list li,
.jcarousel-item {
	width:480px;
	height:155px;
	float:left;
}

.jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

