.gallery_content {
	border: 1px solid #dededb;
	background-color: #f6f6f6;
	margin: 10px;
	padding: 4px 4px;
	min-height: 440px;
	position: relative;
}

*html .gallery_content {
	height: 440px;
}

.gal_thumb {
}

.gallery_thumb {
	position: absolute;
	border: 2px solid #000;
	background-position: top left;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: .80;

}

