@charset "utf-8";
/* CSS Document */
div.magnifyme {
	height: 80px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3500px;
}

div.wrapper {
	margin: 20px;
	height: 170px;
	overflow: hidden;
	width: 960px;
	position: relative;
}

div.slider {
	position: absolute;
	bottom: 10px;
	left: 250px;
	width: 542px;
	height: 19px;
	
}

div.ui-slider-handle {
	position: absolute;
	cursor: pointer;
	cursor: hand;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 181px;	
}
		
div.magnifyme img {
	width: 200px;
	height: 127px;
	float: left;
	margin: 10px;
	position: relative;
}
