



/*
	FOR THE MOVER
*/
#wrap, #wrap2   							{ width: 549px; position: relative; }
#small, #small2								{ position: relative; width: 100%; }
#large, #large2    							{ background: white; position: relative; width: 549px; }
#mover, #mover2								{ -webkit-border-radius: 4px; position: absolute; top: 0; left: 0; width: 184px; height: 134px; overflow: hidden; z-index: 100; background: white; display: none; }
#overlay, #overlay2							{ -webkit-border-radius: 4px; border: 2px solid blue; width: 180px; height: 130px; position: absolute; top: 0; left: 0; z-index: 200; }




