/* Game menu */
.gm_select {
background: url('../../images/atc/games/select/back_gm_select.gif') no-repeat top; 
border-right: 1px solid #949494;
font: 700 10px Verdana, Arial, Helvetica, sans-serif;
float: left;
cursor: pointer;
color: #000;
}
.on {
background: url('../../images/atc/back_gm_selectOver.gif') no-repeat top;  
height: 59px;
}
.gm_select img {
border: solid 1px #999;
}
.gm_play_btn {
background: url('../../images/atc/games/gm_play.gif') no-repeat left bottom;
}
.gm_preview_selected {
background: #000000; 
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
}
.gm_progress {
background-color: #000000;
}
.gm_title {
color: white;
font-weight: bolder;
font-size: 1em;
}
.gm_copy {
color: #fff;
font-weight: 500;
font-family: verdana, arial;
font-size: 1em;
}
.FEAT {
background: url('/images/atc/titles/title_favourites.gif') no-repeat left top;
}
.TABL {
background: url('/images/atc/titles/title_tableGames.gif') no-repeat left top;
}
.SLOT {
background: url('/images/atc/titles/title_slots.gif') no-repeat left top;
}
.POKR {
background: url('/images/atc/titles/title_poker.gif') no-repeat left top;
}
.INST {
background: url('/images/atc/titles/title_instantWin.gif') no-repeat left top;
}
.BLKJ {
background: url('/images/atc/titles/title_blackJack.gif') no-repeat left top;
}
.ROUL{
background: url('/images/atc/titles/title_roulette.gif') no-repeat left top;
}
.ALL {
background: url('/images/atc/titles/title_all.gif') no-repeat left top;
}
.OTHR {
background: url('/images/atc/titles/title_other.gif') no-repeat left top;
}
.gm_scrollImg {
background: url('/images/atc/titles/gm_scroll.gif') no-repeat right top;
}
.gm_body {
background: #6e6a8d;
}
/* End Game menu */
/* container for custom scrollbar */
#container {
background: #949494;
border: 1px solid #949494;
}

#scrollArea {
border: 1px solid #000000;
background: #000000;
}

#scroller {
background: #666666;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}
/* end of custom scrollbar style */