#homeBoxes {
	float: left;
	width: 960px;
	margin: 20px 0 0 10px;
}
	
	#homeBoxes div {
		float: left;
		width: 230px;
		height: 200px;
		margin-right: 10px;
		overflow: hidden;
		}
	
		#homeBoxes div * {
			margin-left: 0;
			margin-right: 0;
			}
	
	#homeBoxes #stockistBox {
		background: transparent url('/images/template/body/map.png') no-repeat 125px 28px; 
		}	
	
	