/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.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;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 837px;
    height: 302px;
}

/**
 * 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-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#slider_content .jcarousel-container-horizontal {
    width: 837px;
	height: 302px;
	margin: 0;
	clear: both;
}

#slider_content .jcarousel-clip-horizontal {
    width:  837px;
    height: 302px;
	overflow: hidden;
}

#slider_content .jcarousel-item {
    width: 837px;
    height: 302px;
}

/**
 *  Horizontal Buttons
 */
#slider_content .jcarousel-prev-horizontal {width: 40px; height: 40px; background: url('../img/slide_prev.gif') no-repeat; position: absolute; top: 107px; left: -57px; cursor: pointer;}

#slider_content .jcarousel-next-horizontal {width: 40px; height: 40px; background: url('../img/slide_next.gif') no-repeat; position: absolute; top: 107px; right: -56px; cursor: pointer;}
