/* Style Sheet Document
   Modified by TK Chung 07.10.2007 */

#mousemove, #drag {
	width: 500px;
	height: 350px; /* size of the scroll box */
	border: 1px solid #000;
	overflow: auto;
	margin: 0 auto;
}
 
#drag { 
	cursor: url(openhand.cur), move;
}
 
.inside {
	width: 920px;
	height: 562px;
} /* Size of the picture */
 
.move {
	background: #eee url(../images/pattern1.jpg);
}
 
.drag {
	background: #333 url(../images/pattern1.jpg);
}