<!--
a #alltelCar, a #ATTCar, a #BlackBerryCar, a #boostCar, a #helioCar, a #iPhoneCar, a #metropcsCar, a #NokiaCar, a #sprintCar {
	display: block;
	height: 33px;
	width: 80px;
	color: #fff;
	float: left;
	margin: 5px 2px;
}
a #alltelCar {
	background: url(../img/carrier_alltel_double.png) bottom left; 
}
a #ATTCar {
	background: url(../img/carrier_att_double.png) bottom left;
}
a #BlackBerryCar {
	background: url(../img/carrier_blackberry_double.png) bottom left;
}
a #boostCar {
	background: url(../img/carrier_boost_double.png) bottom left;
}
a #helioCar {
	background: url(../img/carrier_helio_double.png) bottom left; 
}
a #iPhoneCar {
	background: url(../img/carrier_iPhone_double.png) bottom left;
}
a #NokiaCar {
	background: url(../img/carrier_nokia_double.png) bottom left;
}
a #metropcsCar {
	background: url(../img/carrier_metropcs_double.png) bottom left; 
}
a #sprintCar {
	background: url(../img/carrier_sprint_double.png) bottom left; 
}


a:hover #ATTCar {
	background: url(../img/carrier_att_double.png) top left;
	cursor: hand;
}

a:hover #alltelCar {
	background: url(../img/carrier_alltel_double.png) top left;
	cursor: hand;
}
a:hover #sprintCar {
	background: url(../img/carrier_sprint_double.png) top left;
 	cursor: hand;
}
a:hover #boostCar {
	background: url(../img/carrier_boost_double.png) top left;
 	cursor: hand;
}
a:hover #BlackBerryCar {
	background: url(../img/carrier_blackberry_double.png) top left;
 	cursor: hand;
}
a:hover #iPhoneCar {
	background: url(../img/carrier_iPhone_double.png) top left;
	cursor: hand;
} 
a:hover #NokiaCar {
	background: url(../img/carrier_nokia_double.png) top left;
	cursor: hand;
} 
a:hover #metropcsCar {
	background: url(../img/carrier_metropcs_double.png) top left;
	cursor: hand;
}
a:hover #sprintCar {
	background: url(../img/carrier_sprint_double.png) top left;
	cursor: hand;
}
a:hover #helioCar {
	background: url(../img/carrier_helio_double.png) top left;
	cursor: hand;
}
#avcar {
 	width: 800px;
 	font-size: 11px;
 	color: #FFF;
 	line-height: 30px;
	align: middle;
 	text-align: left;
	text-transform: uppercase;
}
#avcar span {
	padding: 0 0 0 15px;
	display: block;
}
-->
