@import "module_gallery.css";

/*
	Module gallery
   -------------------------------
*/
#gallery {
	padding: 0px;
}
#gallery #photo {
	display:block;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	width:187px;
	height:187px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#gallery #photo a, #gallery #photo a:hover { color:#333333; text-decoration:none; }
#gallery #photo a:hover { color:#333333; }
#gallery #photo a img {
	border: 1px solid #333333;
	width:187px;
	height:187px;
}
#gallery #photo a:hover img {
	border: 1px solid #333333;
	color: #fff;
}

#gallery #text { float:left; width:187px; padding-left:10px; }
	#gallery #name { width:187px; text-align:center; color:#000000; font-weight:bold; font-size:12px; padding-top:5px; }
	#gallery #description { color:#333333; }


.g_left {float:left;}
.g_right {float:right;}
.g_right a {text-decoration:none; color:#666666;}
.g_right a:hover {text-decoration:none; color:#000000;}

#gallery .ph {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#gallery .ph img {
	border:1px solid #333333;
	padding:0px;
	margin:0px;
}