@charset "UTF-8";
/* CSS Document */

body{
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
	background: black;
}

.Wrapper
{
	width:950px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../images/background.png) no-repeat 0 42px;
	height:700px;
}

ul.thumb
{
	list-style:none;
	display:inline;
}

ul.thumb li
{
	width:116px;
	height:69px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;	
	position:relative;

}

ul.thumb li a
{
	outline-style:none;

}

ul.thumb li img
{
	width:116px;
	height:69px;
	opacity: 0.8;
}

ul.thumb li img:hover
{
	opacity: 1;
}

img
{
	border:none;
}

ul.thumb li img.hover 
{
	z-index:100;
}

ul.thumb li .em
{
	position:relative;
	left:-20px;
	top:-16px;
	display:none;
	/*background: silver;
	height: 34px;
	width: 158px;
	font-family:Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	font-size:11px;
	color:#fff;
	width:158px;
	z-index:50;
}

.globalNav
{
	float:left;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.globalRight
{
	float:right;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.selected
{
	float:left;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00BDF2;
	font-weight:bold;
	cursor:default;
}

.rightSelected
{
	float:right;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#E50079;
	font-weight:bold;
	cursor:default;
}

.aboutTitle
{
	color:#019EEB;
	cursor:default;
	font-size:23px;
	font-weight:bold;
	letter-spacing:5px;
	margin-bottom:8px;
	margin-right:20px;
	text-transform:uppercase;
}

.about
{
	font-size:12px;
	color:#999;
	line-height: 25px;
}

.Link
{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
	text-decoration:none;
}