.gameHeader
{
float:left;
background:transparent url(../images/background/gamesHeaderBg.png) repeat-x 0 0;
width:655px;
height:35px;
margin:0px 0px 8px 0px;
border-top:1px solid #ee4523;
}

.gameHeader img
{
float:left;
margin:3px 0px 0px 5px;
}

.gameHolder
{
float:left;
background:transparent url(../images/games/gameBg.png) no-repeat 0 0;
width:172px;
height:245px;
margin:3px 20px 20px 20px;
}

.roundedBorder
{
background:transparent url(../images/games/roundFrame.png) no-repeat 0 0;
position:absolute;
width:160px;
height:160px;
z-index:5;
margin:6px 0px 0px 6px;
cursor:pointer;
}

.roundedBorder:hover {
background:transparent url(../images/games/roundFrameOver.png) no-repeat 0 0;
position:absolute;
width:160px;
height:160px;
z-index:5;
margin:6px 0px 0px 6px;
cursor:pointer;
}

.gameDesc
{
color:#FFFFFF;
float:left;
font-size:80%;
line-height:1em;
margin:5px 5px 5px 10px;
text-align:left;
width:160px;
}
.gameDesc UL {
    padding: 0px;
    padding-left: 10px;
    margin: 0px;
}

.gameThumbNails
{
position:relative;
width:160px;
height:160px;
margin:6px 0px 0px 6px;
}

#bingoGameContainer, #slotsContainer, #scratchcardsContainer, #numbersContainer, #casinoContainer
{
float:left;
width:655px;
margin-bottom:20px;
}



