#play_button {
   position: absolute;
   top: 90px;
   left: 5px;
   z-index: 100;
   width: 98px;
   height: 120px;
}

#play_button2 {
   position: absolute;
   top: 90px;
   left: 5px;
   z-index: 100;
   width: 98px;
   height: 120px;
}

#play_button3 {
   position: absolute;
   top: 410px;
   left: 5px;
   z-index: 100;
   width: 98px;
   height: 120px;
}
/*
.image-wrapper {
   width: 967px;
   height: 370px;
   z-index: 5 !important;
}
*/
.slider-wrapper {
   width: 967px;
   height: 500px;
   margin: 0px auto;
   overflow: hidden;
}
   
.link-alternatif {
   margin: 8px 0px -6px 50px;
}

#scrollbargames::-webkit-scrollbar {
   height: 10px;
   background-color: transparent;
}

#scrollbargames::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   border-radius: 10px;
   background-color: transparent;
}

#scrollbargames::-webkit-scrollbar-thumb {
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
   background-color: #272727;
}


/* OPTIMOVE */

.spin {
   font-size: 14px;
   margin-left: 120px;
   margin-top: -90px;
   background: red;
   color: #fff;
   position: absolute;
   width: 22px;
   height: 22px;
   border-radius: 10px;
   animation: changecolor 1s infinite;
   -moz-animation: changecolor 1s infinite;
   -webkit-animation: changecolor 1s infinite;
   -ms-animation: changecolor 1s infinite;
   -o-animation: changecolor 1s infinite;
}

@keyframes changecolor {
   0% {
      color: white;
   }
   25% {
      color: green;
   }
   50% {
      color: blue;
   }
   100% {
      color: yellow;
   }
}


/* Mozilla Browser */

@-moz-keyframes changecolor {
   0% {
      color: white;
   }
   25% {
      color: green;
   }
   50% {
      color: blue;
   }
   100% {
      color: yellow;
   }
}


/* WebKit browser Safari and Chrome */

@-webkit-keyframes changecolor {
   0% {
      color: white;
   }
   25% {
      color: green;
   }
   50% {
      color: blue;
   }
   100% {
      color: yellow;
   }
}


/* IE 9,10*/

@-ms-keyframes changecolor {
   0% {
      color: white;
   }
   25% {
      color: green;
   }
   50% {
      color: blue;
   }
   100% {
      color: yellow;
   }
}


/* Opera Browser*/

@-o-keyframes changecolor {
   0% {
      color: white;
   }
   25% {
      color: green;
   }
   50% {
      color: blue;
   }
   100% {
      color: yellow;
   }
}

.an {
   background: url('images/img-lobby-dark1.png') no-repeat;
   height: 330px;
   width: 100%;
}

.an:hover {
   background: url('images/img-lobby1.png') no-repeat;
}

.pn {
   background: url('images/img-lobby-dark2.png') no-repeat;
   height: 330px;
   width: 100%;
}

.pn:hover {
   background: url('images/img-lobby2.png') no-repeat;
}

.lp {
   background: url('images/img-lobby-dark3.png') no-repeat;
   height: 330px;
   width: 100%;
}

.lp:hover {
   background: url('images/img-lobby3.png') no-repeat;
}

.vip-button,
.vip-button:hover {
   background-image: none;
   background: none;
   width: 200px;
   float: right;
   margin-left: -195px;
   margin-top: 11px;
}

.vip-button img {
   width: 100%;
}

#frmlgn {
   margin-left: 70px;
}

input {
   width: 85px;
}

.logo img {
   position: absolute;
    width: 638px;
    margin: 0 0px 0px 20px;
}

.v88 {
   float: right;
   width: 120px;
   height: 52px;
   background: url(assets/img/v88.png) 0px 0px no-repeat;
}

.head-ch {
   background-size: 100% 100%;
   height: 114px;
   background-position-x: -3px;
   background-position-y: -13px;
   margin-bottom: -20px;
}

.player-reward {
   background-color: #434343;
   height: 25px;
   margin-top: 2px;
   width: 275px;
   margin-left: 7px;
   padding-left: 15px;
}

.point-reward {
   height: 25px;
   margin-top: 60px;
   width: 290px;
   margin-left: 10px;
}

.link-alternatif {
   background-color: #400808;
   height: 25px;
   margin-top: 2px;
   width: 275px;
   margin-left: 7px;
   padding-left: 15px;
}

.marquee-form {
   float: left;
   margin-top: 15px;
   width: 967px;
   height: 30px;
   background-color: #91fffb;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
   opacity: 0.2;
   filter: alpha(opacity=16);
}

.marquee-form2 {
   float: left;
   margin-top: -15px;
   width: 967px;
   height: 30px;
   background-color: #404040;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
   opacity: 0.2;
   filter: alpha(opacity=16);
}

/*Drop-down*/

.sf-menu li {
   background: none;
   text-align: left;
}

.sf-menu li li,
.sf-menu li li li {
   text-align: left;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
   top: 30px;
}

.sf-menu li:hover,
.sf-menu li.sfHover {}

.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu a.main:focus,
.sf-menu a.main:hover,
.sf-menu a.main:active {
   background: url(assets/img/menubg.png) repeat;
}

.sf-menu li li:hover,
.sf-menu li li.sfHover,
.sf-menu li li a:focus,
.sf-menu li li a:hover,
.sf-menu li li a:active {
   background: #505050;
}

.sf-bottom {
   -moz-border-radius: 0px 0px 8px 8px;
   -webkit-border-radius: 0px 0px 8px 8px;
   -khtml-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
}

.sf-menu li li.sf-bottom:hover,
.sf-menu li li.sfHover,
.sf-menu li li.sf-bottom a:focus,
.sf-menu li li.sf-bottom a:hover,
.sf-menu li li.sf-bottom a:active {
   -moz-border-radius: 0px 0px 8px 8px;
   -webkit-border-radius: 0px 0px 8px 8px;
   -khtml-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
}

.sf-menu ul {
   padding-top: 15px;
   -moz-border-radius: 0px 0px 8px 8px;
   -webkit-border-radius: 0px 0px 8px 8px;
   -khtml-border-radius: 0px 0px 8px 8px;
   border-radius: 0px 0px 8px 8px;
}

.sf-menu a.main,
.sf-menu a.main:visited {
   padding: 16px 19px 12px 23px !important;
   font-size: 13px;
   color: #fff;
   text-transform: uppercase;
}

