/* Style the tab */
.tab {
    overflow: hidden;
    border: 0;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    outline: none;
    padding: 14px 16px;
    transition: 0.3s;
    font-family: Tahoma, Geneva, sans-serif;
    height: 60px;
    cursor: pointer;
    color: #777;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 14px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    float: left;
    box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
}

/* Create an active/current tablink class */
.tab button.active {
    background: #646d93;
    background: -moz-linear-gradient(top, #646d93 0%, #7c87ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646d93), color-stop(100%,#7c87ad));
    background: -webkit-linear-gradient(top, #646d93 0%,#7c87ad 100%);
    background: -o-linear-gradient(top, #646d93 0%,#7c87ad 100%);
    background: -ms-linear-gradient(top, #646d93 0%,#7c87ad 100%);
    background: linear-gradient(top, #646d93 0%,#7c87ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646d93', endColorstr='#7c87ad',GradientType=0 );
    color: #fff;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
    text-align: center;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
    border-top: none;
}

.slot_button{
	background: #336;
	list-style-type: none;
    color: #FFF;
    z-index: 6;
    left: 0;
    padding-bottom: 5px;
    text-align: center;
    font-size: 13px;
    z-index: 20;
}

.slot_button a{
	color: transparent;
}

.game_item table td,
.game_item table th{
	padding: 0;
}

.play {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #FFCE06;
    border: 1px solid #000000;
    color: #000C3E;
    padding: 10px;
}

.uc8.game_item {
    width: 140px;
    height: 297px;
    background-color: #333;
    float: left;
    margin: 8px;
    overflow: hidden
}
.uc8 .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	background-size: auto 228px;
    background-repeat: no-repeat;
    height: 280px;
    width: 180px;
}
.uc8 .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 139px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
	padding: 235px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uc8 .play {
    width: 70px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
	text-align: center;
}
.uc8 .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

.uc8 .play, .uc8 .demo{
	width: 70px;
}

.uc8 .slot_button{
	width: 141px;
}

.ttg.game_item {
    width: 120px;
    height: 252px;
    background-color: #333;
    float: left;
    margin: 8px;
    overflow: hidden
}
.ttg .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-size: auto 194px;
    background-repeat: no-repeat;
    height: 228px;
    width: 180px;
	margin-left: -37px;
}
.ttg .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 139px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
	margin-left: 27px;
	padding: 200px 20px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ttg .play {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
	text-align: center;
	padding: 5px;
}

.ttg .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

.ttg .play, .ttg .demo{
	width: 62px;
}

.ttg .slot_button{
	width: 122px;
	margin-left: 36px;
}

.gp.game_item {
    width: 140px;
    height: 252px;
    background-color: #333;
    float: left;
    margin: 8px;
    overflow: hidden
}
.gp .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	background-size: auto 183px;
    background-repeat: no-repeat;
    height: 217px;
    width: 180px;
}
.gp .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 139px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
	padding: 190px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gp .play {
    width: 70px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
	text-align: center;
}
.gp .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

.gp .play, .gp .demo{
	width: 70px;
}

.gp .slot_button{
	width: 141px;
}

.pt. {
    width: 140.4px;
    height: 237px;
    background-color: #333;
    float: left;
    margin: 8px;
    overflow: hidden
}
.pt .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	background-size: auto 182px;
	background-repeat: repeat-x;
    height: 217px;
    width: 180px;
}
.pt .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 139px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
	padding: 184px 15px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pt .play {
    width: 70px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
	text-align: center;
}
.pt .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

.pt .play, .pt .demo{
	width: 70px;
}

.pt .slot_button{
	width: 140px;
}

#isoftbet .opus.game_item {
    width: 203px;
    height: 189px;
    background-color: #78181a;
    float: left;
    margin: 8px;
    overflow: hidden
}
#isoftbet .opus .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-size: 203px auto;
    background-repeat: repeat-x;
    height: 160px;
    width: 320px;
}
#isoftbet .opus .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 203px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
	padding: 150px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#isoftbet .opus .play {
    width: 102px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
	text-align: center;
}
#isoftbet .opus .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

#isoftbet .opus .slot_button{
	width: 203px;
}

#pragmatic .opus.game_item {
    width: 203px;
    height: 247px;
    background-color: #78181a;
    float: left;
    margin: 8px;
    overflow: hidden;
}
#pragmatic .opus .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-size: 203px auto;
    background-repeat: repeat-x;
    height: 203px;
    width: 320px;
}
#pragmatic .opus .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 203px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
    padding: 208px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pragmatic .opus .play {
    width: 102px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
	text-align: center;
}
#pragmatic .opus .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

#pragmatic .opus .slot_button{
	width: 203px;
}

#microgaming .opus.game_item {
    width: 203px;
    height: 179px;
    background-color: #78181a;
    float: left;
    margin: 8px;
    overflow: hidden;
}
#microgaming .opus .game_image {
    margin: 0;
    float: left;
    z-index: 4;
    background-color: #78181a;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-size: 203px auto;
    background-repeat: repeat-x;
    height: 203px;
    width: 320px;
}
#microgaming .opus .slot_title {
    list-style-type: none;
    color: #FFF;
    width: 203px;
    left: 0;
    text-align: center;
    font-size: 13px;
    z-index: 20;
    padding: 140px 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#microgaming .opus .play {
    width: 102px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
	text-align: center;
}
#microgaming .opus .play:hover {
    background-color: #000;
    color: #FFF!important;
    text-decoration: none;
    background-image: url(../j11bet/images/icon_play_on.jpg);
}

#microgaming .opus .slot_button{
	width: 203px;
}
