/* CSS for jQuery-Powered Slider */


/* specials Slider */
#sliderWrapper {
	position:relative;
	clear:both;
	height:151px;
	width:980px;
	background:#003071 url(images/slider_bg.gif) no-repeat top left;
	margin:0 auto;
}

.noSpecials {
	text-align:center;
	color:#fff;
	display:block;
	font-size:14px;
	line-height:50px;
}

a.sliderLeft, a.sliderRight {
	position:absolute;
	top:1px;
	display:block;
	width:32px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
}

a.sliderLeft {
	left:4px;
	padding-left:25px;
}

a.sliderRight {
	right:4px;
	padding-right:25px;
}


#unitSlider {
	position:absolute; /* do not alter */
	white-space:nowrap; /* do not alter */
	overflow:hidden; /* do not alter */
	width:972px;
	height:120px;
	top:27px;
	left:4px;
}

.slider {
	position:relative; /* do not alter */
	overflow:hidden; /* do not alter */
	white-space:nowrap; /* do not alter */
	width:auto; /* do not alter */
	height:120px;
	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:120px;
	width:322px;
	border:none; 
	margin:0;
	margin-right:4px;
	background:#000 url(images/unit_bg.gif) repeat-x;
}

.unit img {
	border:none;
	width:160px;
	height:120px;
	float:left;
	margin-right:8px;
}

.unit span {
	overflow:hidden; /* do not alter */
	color:#fff;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}


.unit a {
	text-decoration:none;
}

.unit span.unitTitle {
	padding-top:4px;
	display:block;
}

span.unitModel {
}
span.unitTrim {
}

.unit span.unitPrice {
	color:#e4c73b;
	font-size:24px;
	line-height:24px;
	line-height:50px;
	display:block;	
}

.unit span.clickForDetails {
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	text-decoration:underline;
	margin-top:12px;
}
.unit.hovering span.clickForDetails {
	color:#e4c73b;
}

.unit span.unitStock {
	display:none;
}

.unit span.unitLogo {
	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;
}


