/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	margin: 0;
	padding: 0;
	top: 12px;
	left: 5px
}

.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: 169px;
    height: 129px;
	background: #0060a3;
	margin: 0 1px 0 0;
	padding: 0;
	position: relative
}

.jcarousel-list li a,
.jcarousel-item a {display: block; background: #fff; width: 153px; height: 114px; border: 1px solid #000; margin: 6px 0 0 7px}

/**
 * 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 .jcarousel-container {
	clear: both;
	width: 678px;
	margin: 0;
	overflow: hidden
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 678px;
    padding: 0;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  678px;
    height: 129px;
}


.jcarousel-skin-ie7 .jcarousel-item {
}

.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;
}

.makemodel {float: left; display: none; width: 115px; margin-top: 20px; font-weight: normal; color: #eeeded; cursor: pointer; font-size: 11px; line-height: 1.1}
.year {display: none; float: left; font-weight: normal; color: #b6b6b6; font-size: 10px; cursor: pointer}

.clickForDetails {position: absolute; left: 8px; bottom: 7px; z-index: 100; height: 26px; line-height: 26px; font-size: 10px; color: #fff; text-transform: uppercase; background: url(../images/scrollerArrow.gif) 135px 9px no-repeat #000; width: 153px; text-indent: 8px; opacity:0.7; filter:alpha(opacity=70)}
