﻿body { background-image: url(../img/games/game_bg.jpg); background-color: #e4c4c4; }

#showMain { width: auto; z-index: 11; }

#showMain .sectiontitle { top: -17px; left: 65px;  }
#showMain .hero { top: -20px; left: 127px;  }
#showMain .backtogames { position: absolute; top: 30px; left: 560px; z-index: 5; }


#showMain .content { margin-top: 85px; padding-left: 8px; }
#showMain .content .content_panel_game { background: url(../img/games/game_panel1bg.png) no-repeat; width: 717px; height: 561px; position: relative; padding-bottom: 15px; }
#showMain .content .content_panel_moregames { background: url(../img/games/game_panel1bg.png) no-repeat; width: 712px; height: 182px; position: relative; }

#showMain .content .content_panel_game #game_holder { background: url(../img/games/game_holder_bg.jpg) no-repeat; width: 684px; height: 456px; padding: 3px 4px 4px 4px; position: absolute; top: 15px; left: 12px; }
#showMain .content .content_panel_game #game_embed { width: 100%; height: 100%; }
#showMain .content .content_panel_game #game_info { position: absolute; top: 490px; left: 15px; }
#showMain .content .content_panel_game #game_info IMG.title { position: absolute; top: 0px; left: 0px; }
#showMain .content .content_panel_game #game_info IMG.hdr_desc { position: absolute; top: 1px; left: 200px; }
#showMain .content .content_panel_game #game_info DIV.desc { position: absolute; top: 22px; left: 200px; width: 450px; color: #fff; }

#showMain .content .content_panel_moregames IMG.hdr { position: absolute; top: -8px; left: 15px; }

#showMain .content .content_panel_moregames DIV.game_scroller { position: absolute; top: 27px; left: 60px; width: 600px; height: 140px; overflow: hidden; }
#showMain .content .content_panel_moregames DIV.game_scroller UL { margin: 0px; padding: 0px; list-style: none; }
#showMain .content .content_panel_moregames DIV.game_scroller UL LI { float: left; width: 200px; height: 140px; background: url(../img/games/itembg.png) no-repeat; position: relative; }
#showMain .content .content_panel_moregames DIV.game_scroller UL LI IMG { position: absolute; top: 3px; left: 3px; } 
#showMain .content .content_panel_moregames DIV.scroller_prev { position: absolute; top: 80px; left: 17px; display: none; } 
#showMain .content .content_panel_moregames DIV.scroller_next { position: absolute; top: 80px; left: 660px; display: none; } 






