body
{
	font-family:Verdana;
//	background:#FFFFFF;
	background:#000000;
}

body a
{
	text-decoration: none;
}

a
{
	text-decoration:none;
	color:#000000;
}

a:hover
{
	text-decoration:none;
	color:#000000;
}

#viewer_container
{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	padding:5px;
	background:rgba(0,0,0,0.8);
}

#viewer_border
{
	position:fixed;
	width:1032px;
	height:614px;
	top:50%;
	left:50%;
	padding:8px;
	margin-left:-516px;
	margin-top:-307px;
//	background:#FFFFFF;
	background:#000000;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

#viewer_inlay
{
	position:fixed;
	width:1024px;
	height:604px;
	top:50%;
	left:50%;
	padding:8px;
	margin-left:-512px;
	margin-top:-303px;
//	background:#000000;
	background:#FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#viewer_image
{
	width:1024px;
	height:576px;
	padding:0px;
	margin:0px;
	background:#000000;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.viewer_buttons
{
	position:absolute;
	left:50%;
	top:592px;
    width:40px;
    height:20px;
    padding: 0px;
    border: 1px solid #A8A8A8;
    color: #333333;
    font: bold 11px Tahoma,Verdana;

}

.viewer_buttons:hover
{
    color: #666666;
}

.button_close a
{
	position:absolute;
	width:16px;
	height:16px;
	top:600px;
	left:1020px;
	text-decoration:none;
	display:inline-block;
	background-image:url(images/buttons/button_close_16px.png);
	background-repat:no-repeat;
	background-position:0px 0px;
}

.button_close a:hover
{
	background-position:0px -16px;
}