
div.scrollContainer
{
	margin: 0 auto;
	width: 629px;
}
div.scrollContainer h2
{
	height: 40px;
	text-indent: 10px;
	line-height: 40px;
	overflow: hidden;
	background: transparent url(images/AltHeaderBg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
div.scrollContainer div.scrollBarContainer
{
	position: relative;
	float: left;
	display: inline;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 629px;
	height: 308px;
	background: #8b8579 url(images/AltScrollerBg.gif) repeat-x;
	overflow: hidden;
}
div.scrollContainer div.scrollBarContainer div.scrollBar
{
	position: absolute;
	top: 10px;
	left: 22px;
	width: 629px;
	height: 290px;
	overflow: hidden;
}
div.scrollContainer div.scrollBarContainer div.scrollBar div.panel
{
	position: relative;
	float: left;
	display: inline;
	width: 182px;
	height: 290px;
	margin: 0 10px 0 0;
	background: transparent url(images/AltPanelBg.gif) no-repeat;
}
div.scrollContainer div.scrollBarFooter
{
	clear: both;
	height: 49px;
	background: transparent url(images/AltNumberContainerBg.gif) repeat-x;
  display: none;
}
div.scrollContainer div.scrollBarFooter div.leftButton,
div.scrollContainer div.scrollBarFooter div.rightButton
{
	float: left;
	display: block;
	margin: 13px 10px 0 10px;
	width: 30px;
	height: 30px;
	background: transparent url(images/AltLeftBttn.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
div.scrollContainer div.scrollBarFooter div.rightButton
{
	margin: 13px 10px 0 0;
}
div.scrollContainer div.scrollBarFooter div.leftButton a,
div.scrollContainer div.scrollBarFooter div.rightButton a
{
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url(images/AltLeftBttn.gif) no-repeat;
	cursor: pointer;
}
div.scrollContainer div.scrollBarFooter div.rightButton a
{
	background: transparent url(images/AltRightBttn.gif) no-repeat;
}
div.scrollContainer div.scrollBarFooter div.numberSelector
{
	float: left;
	display: inline;
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 14px;
}
div.scrollContainer div.scrollBarFooter div.numberSelector a
{
	cursor: pointer;
}


/* Panel Contents */

div.scrollBar div.panel div.panelHeader
{
	height: 68px;
}
div.scrollBar div.panel div.panelHeader h5
{
	margin: 0 16px 0 8px;
	font-size: 12px;
}
div.scrollBar div.panel div.panelHeader h5.carMake
{
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}


div.scrollBar div.panel div.thumbNailContainer
{
	float: left;
	display: inline;
	margin: 0 0 0 12px;
	padding: 4px;
	border: 1px solid #c2c2c2;
	background: #fff;
}
div.scrollBar div.panel span.onTheRoad
{
	float: left;
	display: inline;
	margin: 5px 0 0 16px;
}
div.scrollBar div.panel span.onTheRoadPrice
{
	float: right;
	display: inline;
	margin: 2px 26px 0 0;
	font-weight: bold;
	font-size: 16px;
}
div.scrollBar div.panel span.savings
{
	position: absolute;
	left: 20px;
	top: 246px;
	width: 50px;
	height: 18px;
	color: #ed2128;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
div.scrollBar div.panel a.viewCar
{
	position: absolute;
	left: 82px;
	top: 239px;
	overflow: hidden;
	text-indent: -9999em;
	width: 86px;
	height: 33px;
	background: transparent url(images/AltViewCarBttn.gif) no-repeat;
}


