/* - - - - - - - - - - - - - - - - - - - - -

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 ----- */

body{
	margin:0 0 0 0;
	text-align:center;
	background-color:#251900;
	font-size:60%;
	font-family: Arial, Tahoma, sans-serif;
	color: white;
}
p{
	margin:0 0 1em 0;
}
a{
	color: white;
	text-decoration: none;
}
a img{
	border:none !important;
}

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 542px;
	height: 275px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 546px;
	height: 291px;
}