.b-buyCar {
	width: 66px;
	height: 24px;
	background: url(images/s-icons.png) no-repeat 0 -181px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
	padding: 2px 0 0 1px;
	text-align: center
	}
.b-buyCar:hover {
	background: url(images/s-icons.png) no-repeat 0 -208px;
	}
	
.b-sale {
	background: url(images/s-icons.png) no-repeat -200px -177px;
	text-align: center;
	font-size: 14px;
	color: #250d0a;
	width: 50px;
	height: 38px;
	display: block;
	padding-top: 12px;
	text-shadow: 1px 1px 1px #fff;
	}