/* For gallery */
.gallery-container{
	clear:both;

}
.gallery-container ul{
	padding:0 0 0 16px;
	margin:0px;
	float:left;	
}
.gallery-container ul li{
	list-style-type:none;
	text-align:center;
	float: left;
	padding: 10px 4px;
	height: 200px;
}
.gallery-container ul li a{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.gallery-container ul li h4{
	font-size:20px;
	display:inline;
	
}
.gallery-container ul li embed{
	text-align:center;
	display:inline;
	margin-left:11px;
}
.gallery-container ul li div{
	text-align:center;
}
.gallery-container ul li h4 a{
	cursor:pointer;
	
}
.gallery-container ul li a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.gallery-container img {
	border:1px solid #CCCCCC;
	height:131px;
	padding:5px;
	width:175px;
}
.album ul li {
	height: 160px;
	float: left;
}
.album-description{
	font-weight:bold;
	font-size:17px;
	color:#7FD533;
}
.album-description a{
        color:#7FD533;
}
