/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
	margin:0;
	padding:0;
}
body{
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:40px;
	font-family: Helvetica, sans-serif;
	font-weight:100;
	background-attachment:fixed

}
p{
	margin:0 0 0 0;
}


a:link {color: #999999; text-decoration: none;} /* Unvisited link */
a:visited {color: #999999; text-decoration: none;}  /* visited link */
a:hover {color: #0093D3; text-decoration: none; }  /* visited link */

a img{
	border:none !important;
}


#container{
	position: fixed;
	Top: 10px;
	left: 10px;
	width: 1280px;
	text-align: left;
	vertical-align:text-bottom;
	font-size: 10px;
	color: #999999;
	font-family: Helvetica, sans-serif;
	font-weight:100;
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	padding:10px;
	background-attachment:fixed;
	z-index: 3;	

}

#text{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 200px;
	/*height: 100px;*/
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-weight:100;
	background-attachment:fixed;
		z-index: 4;
}


