.arizoom
{
	padding:0px;
	margin: 0px;
}

#divAriZoomArea
{
	z-index: 13;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	overflow: hidden;
}

#divAriZoomLens 
{
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #ffffff url(../images/lens.gif) right top no-repeat;;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

#divAriZoomWrap
{
	background: transparent url(../images/x.gif);
	z-index: 12;
	visibility: hidden;
	position: absolute;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
}

#divAriZoomLoading
{
	background: white url(../images/loading.gif) 50% 50% no-repeat;
	display: none;
	position: absolute;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

#divAriZoomOverlay
{
	background: transparent url(../images/x.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	display: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
}
