/* FEATURED GAME SCROLLER */
.featured_games {
	color: #000;
	clear: both;

}

.featured_games h2 {
	text-align: center;
	color: #000;
	font-size: 24x;
	font-weight: 900;
	margin-top: 20px;
}

.sliderwrapper{
	color: #000;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px outset #593E1A;
	border-bottom-width: 6px;
	width: 400px; /*width of featured content slider*/
	background: url(images/box_bg.png);
	height: 180px;
	margin: 10px auto 0 auto;
}





.sliderwrapper .contentdiv{
	display: inline-block;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	border: 4px inset #593E1A;
	color: #000;
	width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}

.contentdiv img {
	float: left;
 	margin: 0 10px 10px 0;
}

.contentdiv h3, .contentdiv .playnow {
	font-family: 'Arial';
	color: #000;
	font-size: 24px;
	font-weight: 900;
}

.contentdiv .playnow {
	float: right;
	margin: 20px 50px 0 0;
}

.contentdiv h3 a, .contentdiv .playnow a {
 	color: #000;
	text-decoration: none;
 }
 
 .contentdiv h3 a:hover, .contentdiv .playnow a:hover {
 	color: red;
 }

 .contentdiv img {
	height: 100px;
	width: 110px;
 }


.contentdiv img a {
	border: 1px solid brown; /* this is the color surrounding the image and serves as a placeholder if no image */
	
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #593E1A;
	padding: 5px 10px;
	margin: 0 auto 0 auto;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
