.v360 {
	position: relative;
	width: 420px;
	height: 450px;
	overflow: hidden;
}
.v360 img, .v360-slider, .v360-drag {
	position: absolute;
	top: 0;
	left: 0;
}
.v360 img {
	z-index: 100;
	border: 0;
	height: 100%;
}
.v360-slider {
	z-index: 110;
	width: 365px;
	top: 425px;
	left: 8px;
}
.v360 .ui-slider-handle {
	outline: 0;
}
.v360-drag {
	z-index: 109;
	width: 420px;
	height: 450px;
	cursor: pointer;
	cursor: hand;
}
.v360-zoom, .v360-zoom .v360-drag {
	width: 747px;
	height: 800px;
}
.v360-zoom .v360-slider {
	width: 727px;
	top: 775px;
}

