#gallery-all, #text-large {
	padding-bottom: 86px;
}
ul.gallery {
	width: 755px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.gallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
#button3 {
	margin-right: 0px;
}
ul.gallery li a.thumb {
	width: 245px;
	height: 170px;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 245px;
	height: 170px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333;
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
}
ul.gallery li a {
	text-decoration: none; 
	color: #666; 
	display: block;
}
#gallery-all .gallery li .thumb.active span span img {
	overflow: hidden;
	margin-top: -170px;
}
#gallery-all .gallery li a.thumb.active {
	cursor: default;
}
.thumb-text {
	position:absolute;
	text-align:left;
	width:225px;
	display:block;
	margin-top:123px;
	cursor: pointer;
	padding: 5px 10px;
	height: 28px;
	color: #666;
}
.thumb-text h3, .thumb-text a h3 {
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.thumb-text p, .thumb-text a p {
	font-size: 10px;
	margin: 0px;
	line-height: 10px;
}

