ul.gallery {
	width: 980px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 0px; padding: 0px;
	text-align: center;
	
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 120px; /*--Width of image--*/
	height: 93px; /*--Height of image--*/
}
ul.gallery li span { /*--Used to crop image--*/
	width: 120px;
	height: 93px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 2px;
	background: #f0f0f0;
	
}
ul.gallery li a {text-decoration: none; display: block;}
