.jcarousel-container {
border:none;
width:480px;
height:225px;

}


.jcarousel-clip {
background-image:url(/images/feature-bottom-grad.gif);
background-position:center bottom;
background-repeat:repeat-x;
height:225px;
width:480px;
}

.jcarousel-list {
   margin: 0;
	 padding: 0;
}

.jcarousel-list li {
    display: block;
    margin: 0;
		height:inherit;
		width:480px;
		background: none;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}





/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/* ------------------------------------------- */
.carousel-details{
font-family:Arial,Helvetica,sans-serif;
font-size:17px;
line-height:normal;
padding:3px 0;
text-transform:uppercase;
width:190px;
float: left;
margin-top: 10px;
}
.carousel-details .year{

}

.carousel-details .make{


font-size: 1.1em;

}

.carousel-details .model{
font-size: 1.3em;
font-weight: bold;

}

.carousel-details .series{
font-size: 0.8em;
}
.carousel-details .miles{

margin-top: 10px;
display: block;
font-size: 0.7em;
text-transform:none;
letter-spacing: normal;
}
.carousel-details .price{
display: block;
color: #FF0000;
font-size: 1.2em;
letter-spacing: normal;
font-weight: bold;
margin-bottom: 10px;
}
.carousel-details .link{
text-transform:none;
}
.carousel-image {
	border:none;
}

.jcarousel-list  .main-image{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}