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

.jcarousel-clip {
	position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.jcarousel-list {
	position: relative;
    z-index: 1;
    overflow: hidden;
    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: 413px;
    height: 200px;
}

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

.jcarousel-prev {
	position: relative;
    z-index: 3;
    display: none;
    margin-right: 10px;
}

#specials-scroller {
	width: 415px;
}

.jcarousel-skin-ie7 {
	/*background: url('http://dealer0157.dealereprocess.net/en/images/spscroll_bg.jpg') repeat-x;*/
}

.jcarousel-container-horizontal {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

.feature-text {
	text-align: center;
	font-weight: bold;
	width: 100%;
}