.vehicle-container{
	width:845px;
	position:relative;
}


 .vehicle {
    visibility:hidden;
	height: 127px;
	width: 200px;
	background-image: url(../images/smartcar-micro.png);
    background-repeat:no-repeat;
	position:absolute;
	z-index:700;
	left:0px;
	bottom:34px;
}

.vehicle-wheel-back {
    visibility:hidden;
	background-image: url(../images/smart-car-wheel-micro.png);
	height: 35px;
	width: 35px;
	z-index:450;
	position:absolute;
	bottom:10px;
	left:11px;
	
}


.vehicle-wheel-front {
	visibility:hidden;
	background-image: url(../images/smart-car-wheel-micro.png);
	height: 35px;
	width: 35px;
	z-index:450;
	position:absolute;
	bottom:10px;
	left:153px;
	
}



/* Red Stripe Effect Added here */

.redstripe{
    visibility:hidden;
	height: 5px;
	width: 1%;
	background-color:#ee2e24;
	position:absolute;
	z-index:720;
	left:0px;
	top:163px;	
}

