#mousemove, #drag {
	width: 858px;
	height: 468px;
	border: none;
	overflow: hidden;
	
}

#drag { 
	cursor: url(openhand.cur), move;
}

.inside {
	width: 1032px;
	height: 468px;
}

.move {
	background: #fff;
}

.drag {
	
}

