/* CSS Document */
/* #preview {
	text-align: center;
	margin: 10px auto 0px;
	width: 310px;
	float: none
} */

.zoomdiv {
	width: 450px;
	height: 450px;
	z-index: 100;
	position: absolute;
	top: 0 !important;
	left: 47% !important;
	text-align: center;
	border: 1px solid #e4e4e4;
	display: none;
	overflow: hidden;
}

.bigimg {
	WIDTH: 600px;
	HEIGHT: 600px
}

.jqZoomPup {
	z-index: 10;
	border-bottom: #aaa 1px solid;
	position: absolute;
	filter: alpha(opacity=30);
	border-left: #aaa 1px solid;
	width: 50px;
	background: #005bac no-repeat 50% top;
	height: 50px;
	visibility: hidden;
	border-top: #aaa 1px solid;
	top: 0px;
	cursor: move;
	border-right: #aaa 1px solid;
	left: 0px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5
}
