div#m1Layer {
	position: absolute;
	display: none;
	background-color: white;
	padding:0px;
	border: 1px solid gray;
}
	
a.m1_link_class img.bookmark_img {
	filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50;
}
			
a.m1_link_class:hover img.bookmark_img {
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -khtml-opacity:1;
}
