/**
 * 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. */
    background: url(../images/spy-li-bg.jpg) center top no-repeat;
	width:229px;
	height:82px;
	margin: 4px 3px;
	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-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-ie7 {width: 709px; height: 92px; overflow: hidden; }

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
 width: 709px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:709px; height:94px;
}


.jcarousel-skin-ie7 .jcarousel-item {
    width: 229px;
    height: 82px;
	padding: 0;
	margin: 6px 3px 0 4px; 
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
}


.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-item a {display: block; width: 209px; height: 72px; margin: 10px 10px; color: #222; text-decoration: none}
.jcarousel-item a img {float: left; border: none}
.jcarousel-item a span {float: right; display: block; width: 125px; font-size:10px; font-weight: normal; line-height: 13px; margin: 0 9px 0 0; overflow: hidden}
.jcarousel-item a span.makemodel{font-size: 11px; color: #ffffff; font-weight: bold; float:left; font-family:Arial, Helvetica, sans-serif; text-indent: 10px; height: 15px;}
.jcarousel-item a span.year{ display: none}
.jcarousel-item a span.mileage{ display: none}
.jcarousel-item a span.only { width: 35px; color: #ffffff; line-height: 5; margin: 0 ;float:left; font-family:Arial, Helvetica, sans-serif; text-indent:10px;}
.jcarousel-item a span.price{line-height: 3.5; font-size: 14px; color: #FF0033; font-weight: bold}
