
div.alphabox
{
	position: absolute;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color: #000000;
	z-index: 98;
}

div.zoom_control
{
	position: absolute;
	margin-left: -590px;
	margin-top: -346px;
	top: 50%;
	left: 50%;
	width: 1176px;
	height: 659px;
	padding: 2px;
	background-color: #FFFFFF;
	z-index: 99;
	overflow: hidden;
}

div.product_zoom_control
{
	position: absolute;
	margin-left: -320px;
	margin-top: -240px;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 508px;
	border: 2px solid;
	background-color: #FFFFFF;
	z-index: 99;
	overflow: hidden;
}

div.zoom_closebutton
{
	width: 1163px;
	height: 28px;
	padding-right: 13px;
	padding-top: 13px;
	text-align:right;
}

div.product_zoom_closebutton
{
	width: 635px;
	height: 28px;
	padding-right: 5px;
	padding-top: 5px;
	text-align:right;
}

div.zoom_admin
{
	background-color: #FF0000;
}

input.zoom_save
{
	margin-right: 10px;
	line-height:28px;
}

div.zoom_canvas
{
	position: absolute;
	width: 1176px;
	height: 631px;
}

div.product_zoom_canvas
{
	position: absolute;
	width: 640px;
	height: 480px;
}

div.product_zoom_closebutton_small
{
	padding:5px;
}

img.zoom_close
{
	display: block;
	width: 28px;
	height: 28px;
	background-image: url('/Gfx/close.png');
	background-repeat: no-repeat;
}

a.zoom_close_big
{
	display: block;
	width: 56px;
	height: 56px;
	background-image: url('/Gfx/closebig.png');
	background-repeat: no-repeat;
}

div.zoom_viewer,
div.product_zoom_viewer
{
	position: absolute;
	width: 342px;
	height: 200px;
	overflow: hidden;
	border: 2px solid black;
	background-color: #FFFFFF;
}

div.product_zoom_viewer
{
	width: 257px;
	height: 150px;
}

div.zoom_content
{
	width: 2352px;
	height: 1262px;
}

div.product_zoom_content
{
	width: 1280px;
	height: 960px;
}

img.largezoompicture
{
	width: 1280px;
	height: 960px;
}

div.zoom_label
{
	position: absolute;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #E8E8E8;
	z-index: 998;
}

a.zoom_anchor
{
	display: block;
	position: absolute;
	padding: 10px;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #4097CC;
	z-index: 999;
}

a.zoom_anchor:hover
{
	text-decoration: underline;
}

a.zoom_delete
{
	display: block;
	position: absolute;
	font-size: 14px;
	padding: 10px;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #FF0000;
	color: #FF0000;
	z-index: 999;
}

a.zoom_delete:hover
{
	text-decoration: underline;
}

div.zoom_hotspot_large,
div.zoom_hotspot_small
{
	position: absolute;
	border: 1px solid red;
}

div.zoom_dragbox
{
	position: absolute;
	border: 1px solid blue;
}