#spotlight_wrapper {
	width: 290px;
	margin-bottom: 2px;
	float: left;
}

.thumb_nav_back {
	float: left;
	margin-top: 2px;
	display: block;
	background: url(../images/thumb_nav.png) no-repeat;
	width: 16px;
	height: 16px;
	background-position: 0px 0px;
	overflow: hidden;
	margin-right: 4px;
}

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

.thumb_nav_forward {
	float: left;
	margin-top: 2px;
	background: url(../images/thumb_nav.png) no-repeat;
	width: 16px;
	height: 16px;
	background-position: -16px 0px;
	overflow: hidden;
}

.thumb_nav_forward:hover {
	background-position: -16px -16px;	
}

.thumb_nav_count {
	float: left;
	margin-top: 2px;	
	color: #cccccc;	
	font-size: 12px;
	margin-right: 4px;		
}

.map_image_wrapper {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: none;
	background: #000;	
}

.map_image {
	border: none;
}

.map_image_info {
	background: url(../images/bar_bg.png) repeat-x;
	background-position: bottom;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	padding: 4px;
	margin-top: 1px;
	width: 280px;	 
}

div.overlay {
	position: absolute;
	width: 278px;
	float: left;
	background-color: #000;
	height: 40px;
	line-height:  120%;
	margin-left: 1px;
	padding: 5px;
	opacity:0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}

.spotlight_heading {
	background: url(../images/bar_bg.png) repeat-x;
	background-position: bottom;	
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 4px;
	color: #ffffff;
		
	font-size: 16px;
	width: 282px;
	text-align: center;
}

.spotlight_heading a {
	color: #FFD659;
	text-decoration: none;
}

.spotlight_heading a:hover {
	color: #FFFFFF;
}

ul#spotlight_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#spotlight_list li:hover {
	background: #000000;
}

.spotlight_container_a {
	background: #333333;
	border: 1px solid #666666;
	
	color: #cccccc;
	font-weight: normal;
	font-size: 14px;
	width: 280px;
	padding: 4px;
	margin-top: 1px;
}

.spotlight_container_a a {
	color: #ead30f;
	text-decoration: none;
	font-weight: normal;	
}

.spotlight_container_a a:hover {
	color: #FFFFFF;
}

.spotlight_container_b {
	background: #222222;
	border: 1px solid #666666;
	
	color: #cccccc;
	font-weight: normal;
	font-size: 14px;
	width: 280px;
	padding: 4px;
	margin-top: 1px;	
}

.spotlight_container_b a {
	color: #ead30f;
	text-decoration: none;
	font-weight: normal;	
}

.spotlight_container_b a:hover {
	color: #FFFFFF;
}

a.spotlight_title_link {
	font-size: 14px;
	color: #ead30f;
	text-decoration: none;
}

a.spotlight_title_link:hover {
	color: #FFFFFF;
}

.spotlight_type {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

.spotlight_footer {
}

.spotlight_seperator {
}

.map_rating {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

.game_icon {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

.beta_text {
	color: #990000;
	font-weight: bold;
}