#img-gallery {
	position:absolute;
	top:244px;
	left:248px;
	width:446px;
	height:449px;
	border:none;
	margin:0px;
	z-index:10;
}
#img-gallery ul {
	position:absolute;
	top:408px;
	height:22px;
	width:400px;
	background-color:transparent;
	padding:0px;
	list-style:none;
	border:none;
}
#img-gallery ul li {
	display:inline;
}
#img-gallery ul a {
	display:block;
	width:11px;
	height:11px;
	padding:6px 2px;
	text-indent:-5000px;
	float:left;
	text-decoration:none;
	background:url('/sh/im/gallery_active.png') center no-repeat #ffffff;
}
#img-gallery ul a.active {
	background:url('/sh/im/gallery_inactive.png') center no-repeat #ffffff;
}
#img-gallery #img-description {
	background:black;
	color:white;
	font-weight:normal;
	position:absolute;
	display:none;
	font-size: 13px;

}
#img-gallery #img-description p {
	padding: 0px;
	margin: 0;
}
#img-gallery img { display:block; }

#img-gallery ul {
	position:absolute;
	top:424px;
	height:18px;
	width:450px;
	background-color:#ffffff;
	padding:0px;
	list-style:none;
	border:none;
}
#img-gallery ul a {
	display:block;
	width:11px;
	height:11px;
	padding:4px 2px;
	text-indent:-5000px;
	float:left;
	text-decoration:none;
	background:url('/sh/im/gallery_active.png') center no-repeat #ffffff;
}
#img-gallery #img-description {
	background-color:#ffffff;
	padding-left:8px;
	color:#000000;
	position:absolute;
	left:0;
	top:-22px;
	line-height:31px;
	width:442px;
	display:block;
}
#img-gallery #img-description p { line-height:22px; font-weight:normal;	font-size:11px; }