/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
Modified By: Noah Winecoff (http://www.findmotive.com)
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006
- - - - - - - - - - - - - - - - - - - - - */
body
{	margin: 0 auto;
}

#overlay{
	display:none;
	position:absolute;
	text-align: center;
	padding: 0px;
	margin: 0px;
	top: 155px;
	/*left:0;*/
	width:980px;
	height:1000px;
	z-index:10000000000;
	background-color:#fff;
	/*-moz-opacity: 0.8;  
	opacity:.80;  
	filter: alpha(opacity=80); */
}
