/* For gallery */
.gallery-container {
	padding: 10px;
	margin-top: 20px;
	overflow:hidden; background:#333; -moz-border-radius:5px; border:1px solid #fff; -webkit-border-radius:5px; border-radius:5px;
}
.gallery-container .gallery-title {
	padding: 10px;
}
.gallery-container ul{
	padding:0 0 0 16px;
	margin:0px;
	float:left;
	display:block;
}
.gallery-container ul li{
	list-style-type:none;
	text-align:center;
	line-height:36px;
	float: left;
	padding: 10px 10px;
	height: 200px;
}
.gallery-container ul li a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
.gallery-container ul li a:hover{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.gallery-container ul li a img {
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	border:1px solid #CCCCCC;
	height:131px;
	margin-top:10px;
	padding:5px;
	width:175px;
}

.gallery-container ul li a:hover img {filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.00;
opacity:1;}
.album ul li {
	height: 160px;
}
