/* CSS Document */

/***********************************************/
/* imageLink                                   */
/***********************************************/

.imageOver
{
   background:url(/aspx/js/imagelinkZoom.gif) no-repeat 50% 50%;	
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   -khtml-opacity: 0.5;
   opacity: 0.5;	
}

#divImageLink 
{	
   position:relative;
}
