            body {
                margin: 0;
            }
            /* images scroll */
            #container-scrolling-image-2 {
                width: 100%;
                overflow: hidden;
            }
            .playgamebanner {
                width: 3350px;
            }
            .playgamebanner img {
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease
            }
            .playgamebanner img:hover {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
                cursor: pointer;
                -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
                -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
                box-shadow: 0 3px 5px rgba(0,0,0,.2)
            }
            .first {
                -webkit-animation: bannermove 30s linear infinite;
                -moz-animation: bannermove 30s linear infinite;
                -ms-animation: bannermove 30s linear infinite;
                animation: bannermove 30s linear infinite
            }
             @keyframes "bannermove" {
             0% {
             margin-left:0
            }
             100% {
             margin-left:-1350px
            }
            }
             @-moz-keyframes bannermove {
             0% {
             margin-left:0
            }
             100% {
             margin-left:-1350px
            }
            }
             @-webkit-keyframes "bannermove" {
             0% {
             margin-left:0
            }
             100% {
             margin-left:-1350px
            }
            }
             @-ms-keyframes "bannermove" {
             0% {
             margin-left:0
            }
             100% {
             margin-left:-1350px
            }
            }
             @-o-keyframes "bannermove" {
             0% {
             margin-left:0
            }
             100% {
             margin-left:-1350px
            }
            }
            /*-----------------*/
            .playdirectlybanner {
                width: 4300px;
            }
            .playdirectlybanner img {
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease
            }
            .playdirectlybanner img:hover {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
                cursor: pointer;
                -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
                -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
                box-shadow: 0 3px 5px rgba(0,0,0,.2)
            }
            