#gameswrap { padding: 10px 40px 10px 40px; }
#gameswrap ul { margin: auto; padding: 0; border: 0 none; list-style: none; width: 845px; }
#gameswrap ul li { height: 200px; margin: 0 15px 15px 0; padding: 0; border: 0 none; float: left; /*For Gecko*/ display: inline; list-style: none; position: relative; z-index: 990; }
#gameswrap ul li a { -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 0 none; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; color: #fff; text-decoration: none; padding: 0; margin: 0; color: #fff; text-align: center; height: 200px; width: 200px; }
#gameswrap ul li a span { display: none; }
#gameswrap ul li a#pacman { background: transparent url(../images/games_pacman.jpg) 0 0 no-repeat; }
#gameswrap ul li a#pacman:hover { background-position: 0 -200px; }
#gameswrap ul li a#pong { background: transparent url(../images/games_pong.jpg) 0 0 no-repeat; }
#gameswrap ul li a#pong:hover { background-position: 0 -200px; }
#gameswrap ul li a#asteroids { background: transparent url(../images/games_asteroids.jpg) 0 0 no-repeat; }
#gameswrap ul li a#asteroids:hover { background-position: 0 -200px; }
#gameswrap ul li a#duckhunt { background: transparent url(../images/games_duckhunt.jpg) 0 0 no-repeat; }
#gameswrap ul li a#duckhunt:hover { background-position: 0 -200px; }
#gameswrap ul li a#tetris { background: transparent url(../images/games_tetris.jpg) 0 0 no-repeat; }
#gameswrap ul li a#tetris:hover { background-position: 0 -200px; }
#gameswrap ul li a#frogger { background: transparent url(../images/games_frogger.jpg) 0 0 no-repeat; }
#gameswrap ul li a#frogger:hover { background-position: 0 -200px; }
#gameswrap ul li a#blox { background: transparent url(../images/games_blox.jpg) 0 0 no-repeat; }
#gameswrap ul li a#blox:hover { background-position: 0 -200px; }
#gameswrap ul li a#centipede { background: transparent url(../images/games_centipede.jpg) 0 0 no-repeat; }
#gameswrap ul li a#centipede:hover { background-position: 0 -200px; }
#gameswrap ul li.end { margin-right: 0; }
#gameswrap h3 { font-size: 11px; margin: 0; padding: 0; }

#game_pacman { width: 360px; margin: auto; }
#game_pong { width: 640px; margin: auto; }
#game_asteroids { width: 500px; margin: auto; }
#game_duckhunt { width: 450px; margin: auto; }
#game_tetris { width: 382px; margin: auto; }
#game_centipede { width: 500px; margin: auto; }
#game_blox { width: 550px; margin: auto; }
#game_frogger { width: 448px; margin: auto; }