#vehicleoftheweek {
	width:280px;
	height:350px;
	background:url(../images/featuredvehicle_bground.png) no-repeat top;
	position:relative;
	padding:5px 10px 20px;
}

#vehicleoftheweek p.title {
}

#vehicleoftheweek img {
	margin:8px 0 10px -10px;
	width:300px;
}

#vehicleoftheweek span {
	color:#f2f2f2;
}

#vehicleoftheweek span.vehicleoftheweekReg {
	color:#999;
	display:block;
}

#vehicleoftheweek span.vehicleoftheweekPrice {
	font-size:18px;
	position:absolute;
	right:15px;
	bottom:65px;
}

#vehicleoftheweek a {
	position:absolute;
	right:10px;
	bottom:15px;
	width:90px;
	height:35px;
	background:url(../images/nav_view.png) no-repeat bottom;
	color:#f2f2f2;
	text-decoration:none;
	text-align:center;
	line-height:32px;
	font-size:14px;
}

#vehicleoftheweek a:hover {
	background-position:top;
}
