/* CSS for jQuery-Powered Slider */


/* specials Slider */
#sliderWrapper {
	position:relative;
	clear:both;
	height:154px;
	width:980px;
	margin:0 0 6px 0;
	background:transparent url(images/specials_bg.png);
}

.noSpecials {
	text-align:center;
	color:#fff;
	display:block;
	font-size:14px;
	line-height:50px;
}

a.sliderLeft, a.sliderRight {
	position:absolute;
	top:8px;
	display:block;
	width:9px;
	height:144px;
	text-indent:-9999em;
	color:#fff;
	background:transparent url(images/specials_arrows.png) no-repeat;
}

a.sliderLeft {
	left:8px;
	background-position: top left;
}

a.sliderRight {
	right:8px;
	background-position: top right;
}

a.sliderLeft:hover {
	background-position:0 5px;
}
a.sliderRight:hover {
	background-position:-9px 5px;
}


#unitSlider {
	position:absolute; /* do not alter */
	white-space:nowrap; /* do not alter */
	overflow:hidden; /* do not alter */
	width:928px;
	height:156px;
	top:0;
	left:27px;
}

.slider {
	position:relative; /* do not alter */
	overflow:hidden; /* do not alter */
	white-space:nowrap; /* do not alter */
	width:auto; /* do not alter */
	height:156px;
	left:0;
}

.unit {
	position:relative;  /*do not alter */
	overflow:hidden; /* do not alter */
	white-space:nowrap; /* do not alter */
	float:left; /* do not alter */
	display:inline-block; /* do not alter */
	height:156px;
	width:122px;
	padding-top:9px;
	border:none; 
	margin-right:12px;
	background:transparent url(http://www.deltavalleymotors.com/images/slider_unit_bg.png) no-repeat;
	text-align:center;
}

.unit img {
	border:none;
	width:120px;
	height:90px;
	display:block;
	margin:0 auto 0;
	border:1px solid #cc0000;
}

.unit.hovering img {
	border:1px solid #fff;
}
.unit.hovering{
	background:transparent url(images/specials_hover.png) repeat-x;
}
.unit.hovering span{color:#fff;}

.unit span {
	overflow:hidden; /* do not alter */
	color:#000033;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}


.unit a {
	text-decoration:none;
}
.unit span.unitTitle {
	height:28px;
	display:block;
}
.unit span.unitPrice {
	color:#cc0000;
	display:block;
}


.unit span.unitTrim, .unit span.clickForDetails, .unit span.unitLogo, .unit span.unitStock {
	display:none;
}


/* \\\ do not alter this entire rule-set /// */
.unit a.sliderBlock {
	width:100%;
	height:100%;
	border:none;
	text-decoration:none;
	position:absolute;
	top:0;
	left:0;
}