#topAd,.adslot_0{
  display:none;
}
#midAd,#midAd2,.adslot_1{
width:300px;
height:50px;
display:block;
margin: 20px auto;
}
#bottomAd,.adslot_4{
  width:300px;
  height:250px;
  margin: 25px auto
}

/*///////////////////////////////*/
@media(min-width:500px){

#midAd,#midAd2,.adslot_1,#bottomAd,.adslot_4{
  width:468px;
  height:60px;
}

}

/*///////////////////////////////*/
@media(min-width:768px){
  #topAd{
  display:block;
  margin:0 auto;
  width:468px;height:20px;
  }

  .adslot_0{
  display:block;
  }

#midAd,#midAd2,.adslot_1,#bottomAd,.adslot_4{
  width:728px;
  height:90px;
}
}
