@charset "UTF-8";
			
			div.wrapper {
	margin: 20px;
	height: 500px;
	overflow: hidden;
	width: 620px;
	position: relative;
	background-color: #FFF;
			}
			div.magnifyme {
	height: 300px;
	padding: 30px;
	position: absolute;
	top: 80px;
	width: 4000px;
			}
		
			div.magnifyme img {
	width: 300px;
	height: 300px;
	float: left;
	margin: -20px;
	position: relative;
	border: 1px solid #999;
			}
			
			div.slider {
	position: absolute;
	bottom: 5px;
	left: 30px;
	width: 542px;
	height: 19px;
	background-image: url(../web_images/slider.png);
	background-repeat: no-repeat;
			}
			
			div.ui-slider-handle {
	position: absolute;
	cursor: pointer;
	cursor: hand;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 181px;
	background-image: url(../web_images/handle.png);
	background-repeat: no-repeat;				
			}
