@media only screen 
and (min-width : 320px) 
and (max-width : 635px) {



}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#wrapper {width:980px!important;margin:0px!important;}
#imageslider {width:980px!important;position:relative;margin:0px}
#logo {margin:0 0 0 20px;}
#content-left {margin:0 0 0 20px;}
#sidebar {margin:0 20px 0 0;}
#footer {width:980px;position:relative;}
.footer_copyright {float:right;margin:0px;position:absolute;right:0;}
}


@media only screen and (device-width: 768px) {

#wrapper {width:980px;margin:0 0 0 20px;}
#imageslider {width:980px;}

}
