html, body {background-color: #000;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-o-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
tap-highlight-color: transparent;
font-size: 14px; font-family: tahoma;
padding: 0; margin: 0;
}

#adverts {margin: 0; padding: 0; overflow: hidden; width: 100%; height:20px; display: block;}
#adverts a{ width: 100%; height: 100%; margin: 0; padding: 0; display: block;}
#adverts div{
        color: #000;
        background-color: #fff;
        border-radius: 5px;
        position: relative;
        background-size: 100%;
        overflow: hidden;
        display: none;
        width: 100%;
        height: 100%;
}

#adverts #ADVERTdefault{display: block;}

/*@media only screen*/
/*and (min-width : 639px){*/
    /*#adverts {width: 630px;}*/
    /*#adverts a {height: 100px; width: 621px; margin: auto;}*/

/*}*/


/*@media only screen *//* iPhones and other 480x800 phones */
/*and (min-width : 319px)*/
/*and (max-width : 359px) {*/
    /*#adverts {width: 320px;}*/
    /*#adverts a {height: 50px; width: 311px;}*/
/*}*/

/*@media only screen   *//* Galaxy S3 and Galaxy Note and other HD phones*/
/*and (min-width : 359px)*/
/*and (max-width : 479px) {*/
    /*#adverts{width: 360px;}*/
    /*#adverts a {height: 56px; width: 350px;}*/
/*}*/


/*@media only screen*/
/*and (min-width : 479px) *//* galaxy note 2 and other phablets */
/*and (max-width : 532px) {*/
    /*#adverts{     width: 480px; }*/
    /*#adverts a {height: 75px; width: 466px;}*/
/*}*/


/*@media screen and (min-width: 532px) and (max-width: 638px) { *//* small tablets with resolution 1024 x 600 */
    /*#adverts{     width: 533px; }*/
    /*#adverts a{height: 85px; width: 532px;}*/
/*}*/


/*@media only screen and (max-device-width : 240px) and (orientation: portrait),*/
/*only screen and (max-width : 319px){*/
    /*#adverts{     width: 240px; }*/
    /*#adverts a {height: 37px; width: 232px;}*/
/*}*/


