
#gallery {
	position: relative;
	width: 808px;
	height: 75px;
	margin: 50px 0;
	overflow: hidden;
}



#gallery ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 75px;
	width: 1000px;
	
	}

#gallery ul li {
	float: left;
}

#gallery ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 50%;
	border-right: 2px solid #fff;
	cursor:default;
	display:block;
	overflow:hidden;
	width:99px;
	height: 75px;
}

#gallery ul li.drain a { background-image: url(/images/gallery/drain.jpg); }
#gallery ul li.bath a { background-image: url(/images/gallery/bath.jpg); }
#gallery ul li.kitchen a { background-image: url(/images/gallery/kitchen.jpg); }
#gallery ul li.shower_head a { background-image: url(/images/gallery/shower_head.jpg); }
#gallery ul li.installation a { background-image: url(/images/gallery/installation.jpg); }
#gallery ul li.tanks a { background-image: url(/images/gallery/tanks.jpg); }
#gallery ul li.pipes a { background-image: url(/images/gallery/pipes.jpg); }
#gallery ul li.black_pipe a { background-image: url(/images/gallery/black_pipe.jpg); }
#gallery ul li.shower_handle a { background-image: url(/images/gallery/shower_handle.jpg); }

.clear {
	clear: both;
}
