@charset "utf-8";
#gallerywrapper {
	margin: 0px;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom:10px;
}
#imagewrapper {
	height:100px;
	width:100px;
	position: relative;
	float: left;
	margin: 9px;
	border: 1px solid #FFFFFF;
}

#imagewrapper img {
	border: 0px;
	position:absolute;
	clip:rect(25px 150px 125px 50px);
	float: left;
	width: 200px;
	top: -25px;
	left: -50px;
}

