#upcoming-games-container {
    position: relative;
}
#upcoming-games-slider ul, #upcoming-games-slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#upcoming-games-slider li{ 
	width: 210px;
	overflow:hidden; 
}	
														
#prevBtn a, #nextBtn a{  
	display: block;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 25px;
}	
#nextBtn a{ 
	float: right;
	background: url('../images/ico-strike-index-right.gif') no-repeat 100% 50%;
}	
#prevBtn a {
	float: left;
	background: url('../images/ico-strike-index-left.gif') no-repeat 0 50%;
}