$(function(){

if((navigator.userAgent.match(/Android/i))||(navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))){

                $("#bgTop").css('width' , '1024px');

                $("#wrapper").css('width' , '1024px');

                $("#slider").css('width' , '1024px');
				$(".servWrapper").css('width' , '1024px');

                $(".portWrapper").css('width' , '1024px');
				
				 $(".procWrapper").css('width' , '1024px');
				 
				  $("#footerwrapper").css('width' , '1024px');
               
                }

});


