/*<agl.folder "layout">*/
	#text { 
	position: absolute; 
	top: 45px; 
	left: 503px; 
	width: auto; 
	height: auto; 
	}
	
	#link { 
	position: absolute; 
	top: 44px; 
	left: 502px; 
	width: auto; 
	height: auto; 
	z-index: 2020; 
	}
	
	#close { 
	position: absolute; 
	top: 14px; 
	left: 730px; 
	width: auto; 
	height: auto; 
	z-index: 2020; 
	}
	
/*</agl.folder>*/
/*<agl.folder "lightbox">*/
	.lightbox1 { 
	color: #333; 
	display: none; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	height: 522px; 
	background-color: white; 
	text-align: left; 
	width: 740px; 
	z-index:1001; 
	overflow: hidden; 
	margin: -261px -370px; 
	padding: 10px; 
	}
	
	#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
	.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
	#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
/*</agl.folder>*/
