/* CSS Document */

#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	background:url(../images/bg_trans_highlight.png);
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/	
	display:none;
	z-index:100;
	margin:0;
	padding:0;
}

#overlay2 {
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	background:url(../images/bg_trans_highlight.png);
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/
	display:none;
	z-index:100;
	margin:0;
	padding:0;
}

