ul.gallery {
	width:620px;
				list-style: none;
				margin: 0 ;
				padding: 0;
				height:220px;
				overflow:hidden
	
			}

#img-gallery,
#img-holder{
	position: relative;
	width:620px;
	border: 1px solid #998165;
	height:220px;
	overflow:hidden
}
#img-gallery ul {
	position: absolute;
	top:174px;
	left:6px;
	padding: 10px 0 0 0;
	list-style: none;
	display: none;
	list-style:none;
	margin:0;
}
#img-gallery ul li { float:left; width:26px; padding:0 0 0 6px;}


#img-gallery ul a {
	display: block;
	padding:4px 8px;
	border: 1px solid #856d41;
	text-decoration: none;
	background: #eae6df;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	outline: 0;
	color: #483a39;
}

#img-gallery ul a.active {
	background: #3f9be7;
	color: #fff;
}
#img-gallery #img-description {
	background: black;
	color: white;
	font-weight: bold;
	position: absolute;
	display: none;
}
#img-gallery #img-description p {
	padding: 5px;
	margin: 0;
}
#img-gallery img {
	display: block;
}

#img-description{ display:none}