/* For gallery */
.gallery-container ul{
	padding:0 0 0 16px;
	margin:0px;	
}
.gallery-container ul li{
	list-style-type:none;
	text-align:center;
	line-height:36px;
	float: left;
	padding: 2px;
	height: 200px;
}
.gallery-container ul li a{
	color: silver;
	font-size: 12px;
}
.gallery-container ul li a:hover{
	color: silver;
	text-decoration: line-through;
	font-size: 12px;
}
.gallery-container img {
	border:1px solid #111;
	height:100px;
	margin-top: 10px;
	padding:5px;
	width:100px;
}
.album ul li {
	height: 120px;
	float: right;
}