#sideBar {
	color: #999999;
	width:265px;
	margin: 0;
	overflow:hidden;
	height: 420px; /* This needs to be calculated based on margins on the LI's and the UL, etc and will change with the number of cars... */
}

#sideBar * {
	margin: 0px;
	padding: 0px;
	outline: none;
}

#sideBar skyWrapper {
	height: auto;
}

#sideBar ul {
    list-style-type:none;
	padding: 0px;
	position: relative;
	margin: 5px 0 0 0;
	overflow: hidden;
}

#sideBar li {
    height: 97px;
    overflow: hidden;
	padding: 0 0 7px 0;
	display: block;
	margin: 0px;
	list-style: none;
	line-height: 1.5;
	text-align: left;
	width: 262px;
	float: left;
	background: none
}

#sideBar li a {
	width: 262px;
	display: block;
	height: 97px;
	text-decoration: none;
	background: url(../images/scrollerCarBack.jpg) 0 0 no-repeat
}

#sideBar li a img {
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
	border: none;
}

#sideBar li p.vertvehicledesc {
	background: #333333;
	text-indent: 10px;
	height: 20px;
	line-height: 19px;
}

#sideBar li p.vertprice {
	background: #555555;
	font-weight: bold;
	border-top: 1px solid #000000;
	height: 20px;
	line-height: 19px;
	text-indent: 10px;
}


#sideBar li a .spyVehicleContainer {display: block; padding: 7px}


#sideBar li a .spyMake {
	padding-top: 5px;	
	color: #eee;
	font-size: 11px;
}

#sideBar li a .spyModel {
	padding-top: 5px;
	color: #eee;
	font-size: 11px;
}

#sideBar li a .spyRegNumber {
	display: block;	
	color: #ccc;
	font-size: 10px;
}

#sideBar li a .spyViewDetails {
	display: block;
	color: #eee;
	font-size: 10px;
	line-height: 22px;
	height: 22px;	
	width: 121px;
	background: url(../images/view-details.gif) 0 0 no-repeat;
	text-transform: uppercase;
	text-align: center;
	margin: 7px 26px 0 0;
	float: right
}






