



/*
	FOR THE MOVER
*/
#wrap 							{ width: 1100px; position:relative;  }
#small							{   }
#large   							{ background: white; position: relative;   }
#mover							{ position: absolute; top: 0; left: 0; width: 204px; height: 204px; overflow: hidden; z-index: 100; background: #E60001; display: none; }
#overlay						{ border: 1px  dashed white; width: 202px; height: 202px; position: absolute; top: 0; left: 0; z-index: 200; }



