@charset "utf-8";
#gallerywrapper {
	width: 220px;
	position: relative;
	display: block;
	float: right;
}
#imagewrapper {
	height:90px;
	width:90px;
	position: relative;
	float: left;
	margin: 5px;
	border: 3px solid #373737;
	background-color: #FFFFFF;
	cursor: pointer;
}

#imagewrapper img {
	border: 0px;
	position:absolute;
	clip:rect(30px 145px 120px 55px);
	float: left;
	width: 200px;
	top: -30px;
	left: -55px;
}

