#content h1 {
	margin-top: 12px;
	}
ul.gallery {
	width: 885px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	text-align: center;
	margin-right: 33px;
	display: blobk; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
	width: 262px;
	height: 300px;
}
ul.gallery li a.thumb {
	width: 262px; /*--Width of image--*/
	height: 201px; /*--Height of image--*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 262px;
	height: 201px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
ul.gallery li div {
	width: 262px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	}
