ul#gallery li {
	text-align: center;
	display: inline;
	list-style-type: none;
	/*padding-left: 20px;
	padding-right: auto;*/
}

.thumb {
	float: center;
}

.shadow {
	/*position: relative;
	background-color: black;*/
}

img.thumb_image {
	position: relative;
	border:1px solid #000000;

	margin: 15px;
	/*margin:10px;
	margin-bottom:12px;*/

	/*filter:alpha(opacity=100);
	-moz-opacity:1;*/
}

/*img.thumb_image:hover {
	border:2px solid #c0c0c0;
	margin:9px;

	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}*/

#gallery_table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	border-spacing: 0.3em;
}

#gallery_table td {
	/*background-image: url(bg.jpg);*/
	
	width: 175px;
	height: 160px;
	/*background-color: #6396AD;*/
}
.bg {
    height: 100%;
    background-repeat: no-repeat;
	background-position:center;
/*	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	z-Index: 0;
	/*width: 100%;
	height: 100%;*/
}
