/* CSS Document */

#gallery_whole{
	width:700px;
}
#gallery_item{
	width:134px;
	border:solid #666666 1px;
	background-color:#FFFFFF;
	float:left;
	margin:2px;
	text-align:center;
	margin-bottom:12px;
	background-color:#FFF4D9;
}
#gallery_photo{
	width:122px;
	height:122px;
	margin-top:5px;
	margin-bottom:3px;
	border:solid #AAAAAA 0px;
}
#gallery_photo td{
	text-align:center;
}
#gallery_photo table{
	height:100%;
	width:100%;
}
#gallery_photo table a:link img, #gallery_photo table a:visited img{
	border:#999999 1px solid;
}
#gallery_photo table a:hover img{
	border:#000000 1px solid;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	position:relative;
	top:1px;
	left:1px;
}
#gallery_text{
	border-top:1px #666666 solid;
	background-color:#FFEDC3;
	color:#000000;
	cursor:default;
	text-align:left;
	height:38px;
	width:100%;
	padding:6px;
	padding-bottom:2px;
}
