﻿.jcarousel-skin-wheels img {
	border: 0;
}


.jcarousel-skin-wheels .jcarousel-container {
    background: #204268;
    border: 0px solid #346F97;
}

.jcarousel-skin-wheels .jcarousel-container-horizontal {
    width: 622px;
    /*height:280px;*/
    padding: 4px 16px;
}

.jcarousel-skin-wheels .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-wheels .jcarousel-clip-horizontal {
    width:  628px;
}

.jcarousel-skin-wheels .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-wheels .jcarousel-item {
    width: 152px;
    height: 140px;
}

.jcarousel-skin-wheels .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-wheels .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-wheels .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-wheels .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0px;
    width: 11px;
    height: 148px;
    cursor: pointer;
    background: transparent url(images/ImageStripNext.gif) no-repeat -7px 0;
    background-repeat: no-repeat;
}

.jcarousel-skin-wheels .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-wheels .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-wheels .jcarousel-next-disabled-horizontal,
.jcarousel-skin-wheels .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-wheels .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

.jcarousel-skin-wheels .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 148px;
    cursor: pointer;
    background: transparent url(images/ImageStripPrev.gif) no-repeat -7px 0;
    background-repeat: no-repeat;
}

.jcarousel-skin-wheels .jcarousel-prev-horizontal:hover {
    /* background-position: -32px 0; */
}

.jcarousel-skin-wheels .jcarousel-prev-horizontal:active {
    /* background-position: -64px 0; */
}

.jcarousel-skin-wheels .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-wheels .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-wheels .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /* background-position: -96px 0; */
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-wheels .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-wheels .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-wheels .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-wheels .jcarousel-next-disabled-vertical,
.jcarousel-skin-wheels .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-wheels .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-wheels .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-wheels .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-wheels .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-wheels .jcarousel-prev-disabled-vertical,
.jcarousel-skin-wheels .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-wheels .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-wheels li a  {
	color: #fff;
	font-size: 8pt !important;
	vertical-align:top !important;
}

.jcarousel-skin-wheels li span {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	line-height: 11px;
}

.jcarousel-skin-wheels li span.model{
	width: 100%;
	line-height: 13px;
	padding:-5px 0 0 0 !important;
}
.jcarousel-skin-wheels li span.year, .jcarousel-skin-wheels li span.make{
	margin: 0px 3px 0px 0;
	line-height: 13px;
}
