  .mobileShow {display: none;} 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }

.mobileHide { display: inline; } 
  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
     .mobileHide { display: none;}
  }

.adslot_bottom {display: none; }
@media (min-width: 360px) { .adslot_bottom { width: 250px; height: 250px;} }
@media (max-width: 400px) { .adslot_bottom { display: none; } }
@media (min-width:500px) { .adslot_bottom { width: 360px; height: 280px; } }
@media (min-width:800px) { .adslot_bottom { width: 300px; height: 600px; } }

.adslot_300_1050 {display: none; }
@media (min-width: 360px) { .adslot_300_1050 { width: 300px; height: 250px;} }
@media (max-width: 400px) { .adslot_300_1050 { display: none; } }
@media (min-width:500px) { .adslot_300_1050 { width: 360px; height: 280px; } }
@media (min-width:800px) { .adslot_300_1050 { width: 300px; height: 1050px; } }

.adslot_top {display: none; }
@media(min-width: 500px) {.adslot_top { display: none; } }
@media(min-width: 650px) {.adslot_top { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_top { width: 728px; height: 90px; } }

.adslot_top2_300_250 {display: none; }
@media (min-width: 360px) { .adslot_top2_300_250 { width: 250px; height: 250px;} }
@media (max-width: 400px) { .adslot_top2_300_250 { display: none; } }
@media (min-width:500px) { .adslot_top2_300_250 { width: 360px; height: 280px; } }
@media (min-width:800px) { .adslot_top2_300_250 { width: 300px; height: 250px; } }

.adslot_top2 {display: none; }
@media (min-width: 360px) { .adslot_top2 { width: 250px; height: 250px;} }
@media(min-width: 500px) {.adslot_top2  { display: none; } }
@media(min-width: 650px) {.adslot_top2  { width: 468px; height: 60px; } }
@media(min-width: 600px) {.adslot_top2  { width: 300px; height: 250px; } }
@media (min-width:800px) { .adslot_top2  { width: 360px; height: 280px; } }


.adslot_top2_lb {display: none; }
@media (min-width: 360px) { .adslot_top2_lb { width: 250px; height: 250px;} }
@media(min-width: 500px) {.adslot_top2_lb  { display: none; } }
@media(min-width: 650px) {.adslot_top2_lb  { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_top2_lb  { width: 728px; height: 90px; } }

.adslot_center {display: none; }
@media (min-width: 360px) { .adslot_center { width: 250px; height: 250px;} }
@media (max-width: 400px) { .adslot_center { display: none; } }
@media (min-width:500px) { .adslot_center { width: 360px; height: 280px; } }
@media (min-width:800px) { .adslot_center { width: 360px; height: 280px; } }

.adslot_center2 {display: none; }
@media (min-width: 360px) { .adslot_center2 { width: 300px; height: 250px;} }
@media (max-width: 400px) { .adslot_center2 { display: none; } }
@media (min-width:500px) { .adslot_center2 { width: 360px; height: 280px; } }
@media (min-width:800px) { .adslot_center2 { width: 360px; height: 280px; } }