#gallery {
}
#gallery a {
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 380px;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-left: 25px;
	margin-bottom: 10px;
}

#gallery a h2{
	height: 20px;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 0px;
	color: #999;
	text-decoration: none;
}
#gallery a:hover h2 {
	color: #FFF;
}

#gallery a img{
	margin-top: 2px;
	margin-left: 0px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#gallery a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

#gallery_spc {
	float: left;
	width: 230px;
	height: 200px;
}
