*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, serif; font-size: 95%;
	background-color: black;
}
img
{
	border-width: 0;
}
div#flash
{
	position: absolute;
	width: 1024px;
	height: 768px;
}
div#container
{
	position: absolute;
	top: 50px;
	right: 50px;
}
ul#pagination
{
	height: 34px;
	list-style-type: none;
}
ul#pagination li
{
	float: left;
	width: 34px;
}
ul#pagination li a
{
	float: left;
	display: block;
	padding-top: 2px;
	width: 20px;
	height: 18px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: black;
	border: 2px solid black;
}
ul#pagination li a:hover
{
	border-color: white;
}
ul#pagination li.selected a,
ul#pagination li.selected a:hover
{
	color: black;
	font-weight: bold;
	background-color: white;
	border-color: white;
}
ul#gallery
{
	clear: both;
	width: 480px;
	list-style-type: none;
}
ul#gallery li
{
	float: left;
	margin: 0 6px 6px 0;
	width: 154px;
	height: 154px;
	background-color: black;
}
ul#gallery li a
{
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin: 2px;
}
ul#gallery li a:hover
{
	margin: 0;
	border: 2px solid white;
}
ul#gallery li a img
{
	float: left;
}
p.back 
{
	clear: both;
	padding-top: 10px;
	height: 74px;
}
p.back  a
{
	float: left;
	display: block;
	padding: 2px 20px 0 20px;
	height: 18px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: black;
	border: 2px solid black;
}
p.back  a:hover
{
	margin: 0;
	border: 2px solid white;
}
