body
{
	background-color: #000000;
}

.thumbs
{
	text-align: center;
}

.thumbs img
{
	padding: 2px;
	background: #ffffff;

	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	-moz-border-radius: 5px 5px;
}

.thumbs table
{
	width: 100%;
	margin-bottom: 25px;
}

.thumbs td
{
	border: 0px solid #000000;
	background: none;
}

.thumbs td.blank
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
	background: none;
}

.thumbs td.blank img {
	background: none;
	border: 1px dashed #1E74FF;
}

.thumbs td.blank img:hover {
	background: #ffffff;
	border: 1px dashed #1E74FF;
}

#mainframe
{
	text-align: center;
	position:absolute;
	width:100%;
	height:600px;
	top:250px;
}

/*  locks down height of image */
#mainimage
{
	height: 100%;
}

img
{
	border-bottom: 2px solid #808080;
	border-top: 2px solid #808080;
	border-right: 2px solid #808080;
	border-left: 2px solid #808080;
}
