/* casino lobby */
#lobby-popup #wrap-container {
	background: none;
}
#lobby-popup #container {
	width: 800px;
}

#lobby {
	float: left;
	width: 758px;
    margin-top: 70px;
}
#lobby .wrapper-top {
    background: #000000 url(../img/lobby/wrapper-top-bg.jpg) top left no-repeat;
    height: 68px;
}
#lobby .wrapper-top h1 {
	margin: 0;
	width: 50%;
	padding: 0 0 0 17px;
    font-size: 1.4em;
    line-height: 5em;
    text-transform: uppercase;
    font-weight: bold;
}
#lobby .wrapper-bottom {
    background: #000000 url(../img/lobby/wrapper-bottom-bg.jpg) bottom left repeat-x;
    line-height:1px;
    font-size:1px;
    height: 10px;
}
#lobby .wrapper {
    background: #000000 url(../img/lobby/wrapper-bg.jpg) bottom left repeat-x;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding-left: 15px;
	padding-top: 15px;
}
#lobby .wrapper .inner {
    width: 771px; /* 3 * (209 + 48) */
}
#lobby .block {
    width:209px;
    height:227px;
    padding-right:0;
    float:left;
    margin-bottom: 15px;
    margin-right: 48px;
}
#lobby .block .inner {
    background: #000000 url(../img/lobby/block-bg.gif) top left no-repeat;
    width: 205px;
    height: 160px;
    margin: 0 2px;
    position: relative;
}
#lobby .block h2 {
    background: #000000 url(../img/lobby/block-top-bg.jpg) top left no-repeat;
    height: 33px;
    font-size: 1em;
    line-height: 2.6em;
    font-weight: bold;
    margin:0;
    padding: 0 0 0 10px;
    text-transform:uppercase;
}
#lobby div.wrapper h2 a {
    color: #9f9f9f;
    line-height: 16px;
    height: 16px;
    text-decoration: none;
}
#lobby .thumb {
    overflow: hidden;
    width: 185px;
    height: 139px;
    padding-top: 11px;
    padding-left: 10px;
}
#lobby .thumb a {
    width: 185px;
    height: 139px;
    display: block;
}
#lobby .thumb img {
    width: 185px;
    height: 139px;
}
#lobby .block-bottom {
    background: #000000 url(../img/lobby/block-bottom-bg.jpg) top left no-repeat;
    height: 34px;
    position: relative;
}
#lobby .progressive {
	padding-left: 3px;
	padding-top: 3px;
    font-size: 17px; 
    line-height: 25px; 
    color: #FFFFFF; 
    font-weight: bold;
}
#lobby .stakes {
	top: 2px;
	left: 5px;
	position: absolute;
    width: 133px;;
    height: 30px;
    font-size: 10px;
    line-height: 12px;
    overflow:hidden;
}
#lobby .stakes table {
    width: 100%;
    border-collapse: collapse;
}
#lobby .stakes table td {
    text-align: left;
}
#lobby .stakes .themed {
    text-align: right;
}
#lobby .buttons {
    top: 5px;
    right: 5px;
    position: absolute;
    height: 24px;
}
#lobby .buttons button {
    background: #000000 url(../img/lobby/btn-bg.jpg) top left no-repeat;
    border: 0;
    width: 61px;
    height: 24px;
    line-height: 1.3em;
    font-size: 1.1em;
    padding: 0 .3em .3em .3em !important;    
}

#lobby-popup .ux-menu a {
	padding: 7px 15px;
}
#lobby-popup .ux-menu-arrow {
	top: 12px;
	right: 4px;
}
#lobby-popup .ux-menu.ux-menu-vertical .ux-menu-arrow,
#lobby-popup .ux-menu ul .ux-menu-arrow  {
    top: 11px; 
}

#progressives-fade-container {
    float:right;
    margin-right:11px;
    margin-top:6px;
}