div#content #img-gallery2 {
	position:absolute;
	top:170px;
	left:206px;
	width:368px;
	height:235px;
	border:none;
	margin:0px;
	z-index:10;
}
div#content #img-gallery2 ul {
	position:absolute;
	top:208px;
	height:27px;
	width:368px;
	background:url(/sh/im/casestudy_matte.png) top left repeat-x;
	padding:0px;
	list-style:none;
	border:none;
	margin:0px;
}
div#content #img-gallery2 ul li {
	display:inline;
}
div#content #img-gallery2 ul li#img-gallery-enlargebutton a {
	display:block;
	width:100px;
	height:27px;
	background:url("/sh/im/clicktoenlarge.png") center no-repeat;
	float:right;
}
div#content #img-gallery2 ul a {
	display:block;
	width:18px;
	height:27px;
	padding:0px;
	text-indent:-5000px;
	float:left;
	text-decoration:none;
	background:url(/sh/im/gallery_active.png) center no-repeat;
}
div#content #img-gallery2 ul a.active,#img-gallery2 ul a:hover {
	background:url(/sh/im/gallery_inactive.png) center no-repeat;
	border:none;
}
div#content #img-gallery2 img { display:block; }