
 .gal{
	 border-radius:6px;
	 float:left;
	 padding:5px;
	 width:525px;
	 height:435px;
	 oveflow:hidden;
 }
 .gal .content{
	 margin-left:auto;
	 margin-right:auto;
	 border:1px solid #9c9c9c;
	 background:#fff;
	 position:relative;
	 width:500px;
	 height:375px;
	 overflow:hidden;
}
.gal .content img{
	width:500px;
}
.gal .thumbnail{
	margin-left:auto;
    margin-right:auto;
	margin-top:5px;
	width:535px;
}
.gal .thumbnail .thumb{
	float:left;
	width:54px;
	height:50px;
	margin:0 5px 0 0;
	cursor:pointer;
}
.gal .thumbnail .thumb img{
	border:1px solid #9c9c9c;
	width:50px;
}
.gallery .thumbnail .last{
	margin:0;
}

.clear { clear: both; }
