#gallery {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	top: 0px; left: 0px;
	text-align: center;
}

/*----------------------------- LINKS ------------------------------*/

#gallery_table {
	margin: 0px;
}


#gallery_table tr td a img {
	border: solid 1px #202020;
	width: 184px;
	height: 138px;

	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#gallery_table tr td a:hover img {
	border: solid 1px #894040;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}



