#sliderWrap {
	background:transparent url(images/specials_bg.gif) scroll top left no-repeat;
	height:61px;
	width:179px;
	overflow:hidden;
	position:relative;
	display:block;
	padding:35px 14px 18px;
}

#unitSlider {
	position:relative; /* do not alter */
	height:61px;
}
#mask {
	position:relative; /* do not alter */
	overflow:hidden; /* do not alter */
	width:177px;
	height:61px;
}
.unit {
	position:absolute; /* do not alter */
	overflow:hidden; /* do not alter */
	height:61px;
	margin:0;
	/*padding:3px;*/
	border:none;
	background:transparent;
	padding:0 10px;
}
.unit img {
	border:none;
	float:left;
	position:absolute;
	bottom:0px;
	right:10px;
	width:50px;
}

.unit a img {
	border:1px solid #1674A7;
}
.unit a:hover img {
	border:1px solid #C00;
}

.unit span {
	overflow:hidden; /* do not alter */
	color:#000;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin:0px;
	display:block
}

.unit span span {
	display:inline;
}

.unit span.unitTitle {
	/*height:34px;*/
}

.unit span.unitTitle span.unitYear {
}
.unit span.unitTitle span.unitMake {
}
.unit span.unitTitle span.unitModel {
}
.unit span.unitTitle span.unitTrim {
	display:none
}

.unit span.unitPrice {
}

.unit span.unitPrice span.unitPriceLabel {
	display:none;
}

.unit span.unitPrice span.unitPriceValue {
	font-weight:bold;
	color:#c00;
	position:relative;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	/*top:5px;
	padding:2px 3px;*/
}

.unit span.unitStock {display:none;}
.unit span.unitStock span {}


.unit span.unitClick {
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0;
	left:10px;
}
.unit a span.unitClick {
	color:#1674A7;
	text-decoration:underline;
}
.unit a:hover span.unitClick {
	color:#C00;
	text-decoration:underline;
}

.unit a {
	text-decoration:none;
}
.unit a.sliderBlock { /* don't mess with this one, except maybe top & left to compensate for sizing */
	width:100%;
	height:100%;
	border:none;
	text-decoration:none;
	position:absolute;
	/*top:1px;
	left:1px;*/
}