#wrap, #imageContainer {
	width: 600px;
	position: relative;
}
#small, #small2 {
	position: relative;
	width: 100%;
}
#large, #large2 {
	background: white;
	position: relative;
	width: 600px;
}
#mover, #mover2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 192px;
	height: 192px;
	overflow: hidden;
	z-index: 100;
	background: white;
	display: none;
}
#overlay, #overlay2 {
	border: 1px solid #DADADA;
	width: 190px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
