#imageZoomDiv {

	/*width:99.5%;*/
	/*height:100%;*/
	position:absolute;
	top:0px;
	left:0px;
	z-index:31;
	width:200px;
	height:200px;
	/*background-image:url("images/fade2.png");*/
	visibility:hidden;
	padding:0px;
	margin:0px;
	border:4px solid #ffffff;
	background-image:url("../images/loading.gif");
	background-position:center center;
	background-repeat:no-repeat;

}

#imageZoomBackground {
	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	/*width:100%;*/
	/*height:100%;*/
	position: absolute;
    top: 0px;
	z-index:30;
	padding:0px;

}

#imageZoomCloseBar {
	margin:0px;
	border:1px solid #505050;
	height:23px;
	background-image:url("../images/fade.png");
	cursor:pointer;
	text-align:left;
	font-family:verdana;
	font-size:12px;
	padding-left:36px;
	padding-top:7px;
}

#imageZoomCloseButton {
	background-image:url("../images/close.png");
	background-repeat:no-repeat;
	
	height:28px;
	width:28px;
	position:absolute;
	top:4px;
	left:4px;
}

#imageZoomCloseButton p {
	color:#00ff00;
}



#imageZoomImage {
	border-bottom:1px solid #505050;
	border-left:1px solid #505050;
	border-right:1px solid #505050;
	margin-bottom:-4px !important;
	margin-bottom:0px;
	padding:0px;
}