/*GALLERY NAVIGATION*/
UL.nav_gallery
{
	padding-left: 10px;
	background-color: #808080;
	text-align: left;
}
UL.nav_gallery LI
{
	display: inline;
	margin: 5px;
	color: #181818;
	font-weight: bold;
}
UL.nav_gallery LI.galleryText
{
	display: inline;
	margin: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
UL.nav_gallery LI A
{
	color: #181818;
}
UL.nav_gallery LI A:hover, UL.nav_gallery LI A:active
{
	color: #DDDCDC;
}
/*WALL OF FAME LIST*/
UL.wall_of_fame
{
	list-style-type: none;
	width: 680px;
	height: 459px;
	padding: 22px;
	margin: 15px 0 0;
}
UL.wall_of_fame LI
{
	display: block;
	float: left;
	width: 85px;
	height: 112px;
	position: relative;
}
UL.wall_of_fame LI A
{
	display: block;
	width: 85px;
	height: 112px;
	background: transparent;
	overflow: hidden;
	position: relative;
}
UL.wall_of_fame LI A:hover
{
	position: absolute;
	left: -40px;
	top: -40px;
	width: 170px;
	height: 224px;
	z-index: 100;
}
UL.wall_of_fame LI A IMG
{
	width: 100%;
	height: 100%;
	border: 0;
}
/*INFO PANEL*/
P.wall_of_fame_info
{
	position: absolute;
	top: 36px;
	left: 721px;
	width: 260px;
	text-align: center;
}
P.wall_of_fame_info SPAN
{
	display: block;
	margin: 15px 0px 10px;
}
P.wall_of_fame_info SPAN.header
{
	background: url(../images/wall_of_fame_header.png) no-repeat center center;
	height: 208px;
	text-indent: -9999px;
	margin-top: 0;
}
P.wall_of_fame_info SPAN.headline
{
	color: #83B0E9;
	font: bold 16pt Verdana;
}
P.wall_of_fame_info SPAN.headline2
{
	color: #DAB349;
	font: bold 20px Arial;
}
P.wall_of_fame_info SPAN.highlight
{
	color: #83B0E9;
	font: normal 10pt Verdana;
}
P.wall_of_fame_info SPAN.public_panel
{
	background: url(../images/wall_of_fame_public_panel.png) no-repeat center center;
	height: 40px;
	text-indent: -9999px;
	margin-top: 0;
}
P.wall_of_fame_info SPAN.text
{
	color: #FFFFFF;
	font: normal 16px Arial;
}
/*ADS PANEL*/
DIV.wallOfFameAds
{
	width: 680px;
	text-align: center;
	padding: 10px 0px 0px 22px;
}
/*SHARETHIS COMPONENT*/
LI.ShareThisVisible
{
	position: absolute;
	top: 582px;
	left: 457px;
	display: inline;
}
LI.ShareThisVisible A
{
	color: #000000;
	font: bold 10pt Verdana;
}
LI.ShareThisHidden
{
	display: none;
}

