body
{
	text-align: center;
	background-color: #000000;
}
h3
{
	font-family: "Courier New", Courier, Arial, Helvetica, sans-serif;
	color: #9d0000;
	text-align: center;
}
#img
{
	text-align: center;
	background: #ffffff url(../imgs/loading.gif) no-repeat center center;
	height: 213px;
	width: 310px;
	margin: 0 auto;
}
#img img
{
	margin: 10px 0 0 0;
}

#wrapper
{
	text-align: center;
	width: 290px;
	height: 100px;
	margin-left: 10px;
	margin: 0 auto;
}
#thumbs
{
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	width: 310px;
	border-top: 2px solid #9d0000;
	padding-top: 5px;
}
#thumbs a
{
	display: block;
	float: left;
	width: 100px;
	margin: 0 0;
}
#thumbs a img
{
	border: none;
}
.control
{
	position: absolute;
	top: 30px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9d0000;
	font-weight: 900;
	cursor: pointer;
}
#rev
{
	left: 0;
}
#adv
{
	left: 310px;
}
#info
{
	position: relative;
	width: 320px;
	margin: 0 auto;
}

#back
{
	text-align: right;
	width: 310px;
	margin: 0 auto 10px auto;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	text-decoration: none;
	color: #CCCCCC;
}
#back:hover
{
	color: #990000;
	text-decoration: underline;
}
