/* .adslot_1 { width: 300px; height: 250px; } */

@media (min-width: 280px) { 
.adslot_1, .adslot_2, .adslot_3, .adslot_5 { width: 250px; height: 250px; margin: 0 auto; } 
.adslot_4 { margin: 0 auto 10px; }
/*.adslot_4 { width: 250px; height: 250px; margin: 0 auto 10px; }*/ 
}

@media (min-width: 320px) { 
.adslot_1, .adslot_2, .adslot_3, .adslot_5 { width: 300px; height: 250px; margin: 0 auto; }
.adslot_4 { margin: 0 auto 10px; }
/*.adslot_4 { width: 300px; height: 250px; margin: 0 auto 10px; }*/
}

@media (min-width: 360px) { 
.adslot_1, .adslot_2, .adslot_3, .adslot_5  { width: 300px; height: 250px; margin: 0 auto; }
.adslot_4 { margin: 0 auto 10px;}
/*.adslot_4 { width: 300px; height: 250px; margin: 0 auto 10px; }*/
}

@media (min-width: 480px) { 
.adslot_1, .adslot_2, .adslot_3  { width: 336px; height: 280px; margin: 0 auto;}
.adslot_4 { margin: 0 auto 10px; }
/*.adslot_4 { width: 336px; height: 280px; margin: 0 auto 10px;}*/
.adslot_5 { width: 450px; height: 150px; margin: 0 auto;}
}

@media (min-width: 768px) { 
.adslot_1, .adslot_3, .adslot_5 { width: 728px; height: 90px; }
.adslot_2 { width: 336px; height: 280px;}
.adslot_4 { display: none !Important; }
}

@media (min-width: 992px) { 
.adslot_1, .adslot_3, .adslot_5 { width: 930px; height: 90px;}
.adslot_2 { width: 430px; height: 430px;}
.adslot_4 { display: none !Important; }
}
