/* ------------------------ vehicle scroller / incentives ------------------------ */


/* sprite scroller */

#hqs-scroller-container {
	height: 99px;
	overflow:hidden;
	padding:0 44px 0 45px;
	margin: 0;
	position:relative;
	width:906px;
}

#hqs-left {
	height: 99px;
	left:0px;
	position:absolute;
	top:0px;
	width:45px;
	background: url(/images/hqs-left.png) no-repeat;
}

#hqs-right {
	height: 99px;
	position:absolute;
	right:89px;
	top:0;
	width:44px;
	background: url(/images/hqs-right.png) no-repeat;
}

#hqs-scroller {
	font-size:1px;
	height: 99px;
	overflow:hidden;
	position:relative;
	width:818px;
	background: url(/images/hqs-scroller-bg.png) no-repeat;
}

#hqs-scroller div {
	left:0;
	position:absolute;
	top:0;
	width:10000px;
}

#hqs-scroller .accord-coupe {
	background: url(/images/hqs-scroller/accord-coupe.jpg) no-repeat scroll;
}

#hqs-scroller .accord-crosstour {
	background: url(/images/hqs-scroller/accord-crosstour.jpg) no-repeat scroll;
}

#hqs-scroller .accord-sedan {
	background: url(/images/hqs-scroller/accord-sedan.jpg) no-repeat scroll;
}

#hqs-scroller .civic-coupe {
	background: url(/images/hqs-scroller/civic-coupe.jpg) no-repeat scroll;
}

#hqs-scroller .civic-hybrid {
	background: url(/images/hqs-scroller/civic-hybrid.jpg) no-repeat scroll;
}

#hqs-scroller .civic-sedan {
	background: url(/images/hqs-scroller/civic-sedan.jpg) no-repeat scroll;
}

#hqs-scroller .civic-si-sedan {
	background: url(/images/hqs-scroller/civic-si-sedan.jpg) no-repeat scroll;
}

#hqs-scroller .civic-si-coupe {
	background: url(/images/hqs-scroller/civic-si-coupe.jpg) no-repeat scroll;
}

#hqs-scroller .cr-v {
	background: url(/images/hqs-scroller/cr-v.jpg) no-repeat scroll;
}

#hqs-scroller .cr-z {
	background: url(/images/hqs-scroller/cr-z.jpg) no-repeat scroll;
}

#hqs-scroller .element {
	background: url(/images/hqs-scroller/element.jpg) no-repeat scroll;
}

#hqs-scroller .fit {
	background: url(/images/hqs-scroller/fit.jpg) no-repeat scroll;
}

#hqs-scroller .insight {
	background: url(/images/hqs-scroller/insight.jpg) no-repeat scroll;
}

#hqs-scroller .odyssey {
	background: url(/images/hqs-scroller/odyssey.jpg) no-repeat scroll;
}

#hqs-scroller .pilot {
	background: url(/images/hqs-scroller/pilot.jpg) no-repeat scroll;
}

#hqs-scroller .ridgeline {
	background: url(/images/hqs-scroller/ridgeline.jpg) no-repeat scroll;
}


#hqs-scroller a {
	display:inline-block;
	width:160px;
	height:99px;
}

#hqs-image, .slides-main { /* You will need a container for your slides, with the slides absolutely positioned. */
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
	height: 360;
	display: none;
}

#slide-one {
	display: block; /* Only the first slide should be displayed */
}

#main-container #hqs-content-body {
	position:absolute;
	height:300px;
	width:210px;
	top:0;
	left:145px;	
}

#main-container #hqs-content-position {
	position:absolute;
	top:5px;
	left:10px;
}

#hqs-heading, #hqs-xml, #hqs-quote, #hqs-inventory, #hqs-details, #hqs-xml-link   {
	display: none; /* Required. */
}

#hqs-price {
	font-size: 1.1em;
	color: #FFF;
	position:relative;
	top: 2px;
	left: 0;
	display: block;
	height: 16px;
}

#hqs-mpg, #hqs-rebate {
	font-size: 1.1em;
	color: #FFF;
	height: 16px;
}	

#hqs-rates {
	height: 30px;
	overflow: auto;
}

#hqs-lease {
	height: 60px;
	width: 195px;
	overflow: auto;
}

#hqs-lease li {
	padding-bottom: 4px;
}

#hqs-disclaimer {
	height: 80px;
	width: 195px;
	overflow: auto;
	margin-top: 5px;
}

#vehicle-title {
	font-size: 1.7em;
	color: #FFF;
	font-weight:bold;
	margin:5px 0 0;
	position:relative;
	top: 0;
	left: 0;
}

#hqs-xml-link {
	font-size:1.3em;
	color: #28aafe;
	font-weight: bold;
	position:relative;
	width: 150px;
}

#hqs-quote {
	font-size:1.3em;
	color: #28aafe;
	font-weight: bold;
	position:relative;
	width: 150px;
}

#hqs-details {
	font-size:1.3em;
	color: #28aafe;	
	font-weight: bold;
	position:relative;
	width: 150px;
}
	
