*
{
	margin:0;
	padding:0;
}

a
{
outline: none;
}

body
{
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	color: #000000;
}

#container
{
	width:850px;
	height:620px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top:-310px;
	margin-left:-425px;
}
#container a img
{
	border:none;
}
#container ul
{
	list-style-type:none;
}

#container ul li
{
	float:left;
	padding:5px;
}

#container ul li a img
{
	border:none;
}

#header
{
	text-align:center;
}

#largepic
{
	position:absolute;
	left: 50%;
	top: 50%;
	width:826px;
	height:547px;
	margin-top:-273px;
	margin-left:-413px;
	background:url(loading.gif) center no-repeat;
}
#largepic a img
{
	border:none;
}

#pages
{
	float:right;
	margin-right:5px;
}

#pages a
{
	display:block;
	width:13px;
	height:13px;
	color: #333;
	line-height:13px;
	text-align:center;
	text-decoration:none;
	border: solid 1px #fff;
	float:left;
	margin:0 0 0 1px;
}

#pages a:hover, #pages a.selected:hover
{
	border: solid 1px #666;
}

#pages a.selected
{
	border: solid 1px #999;
}

* html #copyright
{
	margin-left:2.5px;
}
#copyright
{
	float:left;
	margin-left:5px;
}
#copyright a img
{
	border:none;
}
.tool-tip {
	color: #fff;
	width: 137px;
	z-index: 13000;
}
 
.tool-title {
	display:none;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px;
	background: #000;
}