@charset "utf-8";
/* CSS Document */
/* ---------- hover styles start here ----------------------- */
img{border:none;}

/* example styles */

.imageOver{
	background:url(images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
}
