/* For gallery */
.gallery-container ul{
	padding:0 0 0 6px;
	margin:0px;	

}
.gallery-container ul li{
	list-style-type:none;
	text-align:center;
	line-height:36px;
	float: left;
	padding-left: 4px;
	padding-right: 5px;
	width: 105px;
/*	height: 200px;*/
}
.gallery-container ul li a{
	color:#709270;
	text-decoration:underline;
	font-weight:bold;
}
.gallery-container ul li a:hover{
	color:#709270;
	text-decoration:underline;
	font-weight:bold;
}
.gallery-container a img {
	height:100px;
	/*margin-top:10px;*/

	width:100px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	 opacity: 0.5;
	visibility:visible;
}
.gallery-container a:hover img {
	height:100px;
	/*margin-top:10px;*/

	width:100px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	 opacity: 1;
	visibility:visible;
}

.album ul li {
	/*margin-bottom:35px;*/
}
.thumbnail{
	/*float:left;*/
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	width:100px;
}
.corner-tl{
	background:url(../images/corners.png) no-repeat;
	height:16px;
	left:-9px;
	position:relative;
	top:8px;
	float: left;
	width:16px;
	z-index: 1;

}
.corner-tr{
	background:url(../images/corners.png) no-repeat;
	float:right;
	height:16px;
	left:9px;
	position:relative;
	top:8px;
	width:16px;
	z-index: 1;

	
}
.corner-bl{
	background:url(../images/corners.png) no-repeat;
	bottom:-108px;
	float:left;
	height:16px;
	position:relative;
	right:25px;
	width:16px;
	z-index: 1;

}
.corner-br{
	background:url(../images/corners.png) no-repeat;
	bottom:-108px;
	float:right;
	height:16px;
	left:25px;
	position:relative;
	width:16px;
	z-index: 1;

}
/* CSS Document */

