.leftZoom {
	float:left;
	margin-right:10px; 
}
.rightZoom {
	float:right;
	margin-left:10px;
	direction:rtl; 
}
html>/**/body .rightZoom {
	position:relative;
}

html>/**/body .leftZoom {
	position:relative;
}

.imageZoom { 
	border:2px solid #EEEEE8; 
}
.imageZoom a,.imageZoom a:visited, imageZoom a:active {
	display:block;
	padding:0; 
	overflow:hidden; 
	text-decoration:none;
	height:100%; 
	width:100%;
}
html>/**/body .rightZoom a { 
	right:0; 
}

html>/**/body .leftZoom a { 
	right:0; 
}

.imageZoom a:hover {
	position:absolute;
	z-index:999;
	padding:0;
	background:none;
	cursor:default;
	height:auto;
	width:auto;
	overflow:visible;
	border:2px solid #EEEEE8;
	margin:-1px 0 0 -1px; 
}
html>body .imageZoom a:hover { 
	margin:-1px -1px 0 -1px; 
}

.imageZoom a img { 
	border:0; 
	height:100%; 
	width:100%; 
}
.imageZoom a:hover img { 
	height:auto; 
	width:auto;
	border:0;
}

