*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #CCC;
	font-family: verdana, arial, helvetical, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #000;
}

div#box
{
	margin: 20px auto;
	margin-bottom: 0;
	padding: 30px 0 15px 0;
	width: 750px;
	border: 1px #CCC solid;
}

div#box img#header
{
	margin: 0 30px 10px 30px;
	width: 690px;
	height: 50px;
}

div#box p
{
	margin: 0 30px;
	text-indent: 2em;
}

div#box p.first
{
	text-indent: 0;
}

div#box p.divider
{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px #CCC solid;
}

div#box p#title
{
	display: none;
}

div#box p a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

div#box p a:hover
{
	font-weight: bold;
	color: #CCC;
	border-bottom: 1px #CCC solid;
	text-decoration: none;
}

div#box p img
{
	float: left;
	margin: 6px 10px 0 0;
	cursor: pointer;
}

div#box div#button
{
	width: 100px;
	height: 50px;
	margin: 0 auto;
}

div#box div#button img
{
	width: 100px;
	height: 50px;
	cursor: pointer;
}

p#copy
{
	color: #666;
	text-indent: 0;
	text-align: center;
	font-size: 0.6em;
}

div#grabs
{
	padding: 0;
	top: 0;
	left: -1000px;
	position: absolute;
	background-image: url("../img/frame.png");
	border: 0 solid #000;
	overflow: hidden;
	width: 410px;
	height: 710px;
	z-index: 150;
}

img#grab
{
	position: absolute;
	top: 115px;
	left: 45px;
	width: 320px;
	height: 480px;
}

img#backButton
{
	position: absolute;
	visibility: hidden;
	top: 620px;
	left: 80px;
	cursor: pointer;
}

img#exitButton
{
	position: absolute;
	top: 602px;
	left: 165px;
	cursor: pointer;
}

img#nextButton
{
	position: absolute;
	visibility: hidden;
	top: 620px;
	left: 284px;
	cursor: pointer;
}

div#slides_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	background-color: #000;
}
