@charset "utf-8";
#gallerywrapper {
	margin: 0px auto;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom:10px;
	clear: both;
}
#imagewrapper {
	height:70px;
	width:70px;
	position: relative;
	float: left;
	margin: 8px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	cursor: pointer;
}

#imagewrapper img {
	border: none;
	position:absolute;
	clip:rect(35px 120px 105px 50px);
	float: left;
	width: 180px;
	top: -35px;
	left: -50px;
}
#galleryimage.feature {
	width:540px;
	position: relative;
	margin: 10px auto;
	height: 400px;
	border: 1px solid #666666;
	z-index: 100;
}
#galleryimage.feature img {
	border: 0px;
	position:absolute;
	clip:rect(20px 560px 420px 20px);
	float: left;
	width: 600px;
	top: -20px;
	left: -20px;
}
