/*
	FOR THE MOVER
*/
#wrap, #wrap2   							{
	width: 950px;
	position: relative;
}
#small, #small2								{ position: relative; width: 100%; }
#large, #large2    							{
	background: white;
	position: relative;
	width: 950px;
}
#mover, #mover2								{ position: absolute; top: 0; left: 0; width: 254px; height: 254px; overflow: hidden; z-index: 100; background: white; display: none; }
#overlay, #overlay2							{ border: 1px solid blue; width: 252px; height: 252px; position: absolute; top: 0; left: 0; z-index: 200; }





