        jQuery.noConflict();
        (function($) {

        $(function() { 
         $(".overheaddoor").mouseover(function() {$("#overheaddoor").show();} );  
	     $(".overheaddoor").mouseout(function() {$("#overheaddoor").hide();} ); 
		 $(".storefrontdoor").mouseover(function() {$("#storefrontdoor").show();} );  
	     $(".storefrontdoor").mouseout(function() { $("#storefrontdoor").hide();} ); 
	     $(".frontdoortwo").mouseover(function() {$("#frontdoortwo").show();} );  
	     $(".frontdoortwo").mouseout(function() {$("#frontdoortwo").hide();} );
		 $(".sectionaldoor").mouseover(function() {$("#sectionaldoor").show();} );  
	     $(".sectionaldoor").mouseout(function() {$("#sectionaldoor").hide();} );
		 $(".sectiontwo").mouseover(function() {$("#sectiontwo").show();} );  
	     $(".sectiontwo").mouseout(function() {$("#sectiontwo").hide();} );
		 $(".sectionthree").mouseover(function() {$("#sectionthree").show();} );  
	     $(".sectionthree").mouseout(function() {$("#sectionthree").hide();} );
		 $(".firedoor").mouseover(function() {$("#firedoor").show();} );  
	     $(".firedoor").mouseout(function() {$("#firedoor").hide();} ); 
		 $(".personnel").mouseover(function() {$("#personnel").show();} );  
	     $(".personnel").mouseout(function() {$("#personnel").hide();} );
		 $(".truck").mouseover(function() {$("#truck").show();} );  
	     $(".truck").mouseout(function() {$("#truck").hide();} ); 
		 $(".docklift").mouseover(function() {$("#docklift").show();} );  
	     $(".docklift").mouseout(function() {$("#docklift").hide();} );
		 $(".rollup").mouseover(function() {$("#rollup").show();} );  
	     $(".rollup").mouseout(function() {$("#rollup").hide();} ); 
		 $(".vertical").mouseover(function() {$("#vertical").show();} );  
	     $(".vertical").mouseout(function() {$("#vertical").hide();} );
		 $(".coldstorage").mouseover(function() {$("#coldstorage").show();} );  
	     $(".coldstorage").mouseout(function() {$("#coldstorage").hide();} ); 
		 $(".highspeed").mouseover(function() {$("#highspeed").show();} );  
	     $(".highspeed").mouseout(function() {$("#highspeed").hide();} );

		 $(".dockboard").mouseover(function() {$("#dockboard").show();} );  
	     $(".dockboard").mouseout(function() {$("#dockboard").hide();} ); 
		 $(".docklvelone").mouseover(function() {$("#docklvelone").show();} );  
	     $(".docklvelone").mouseout(function() {$("#docklvelone").hide();} );
		 $(".dockleveltwo").mouseover(function() {$("#dockleveltwo").show();} );  
	     $(".dockleveltwo").mouseout(function() {$("#dockleveltwo").hide();} ); 
		 $(".docklevelthree").mouseover(function() {$("#docklevelthree").show();} );  
	     $(".docklevelthree").mouseout(function() {$("#docklevelthree").hide();} );
		 $(".dockshelter").mouseover(function() {$("#dockshelter").show();} );  
	     $(".dockshelter").mouseout(function() {$("#dockshelter").hide();} );
		 $(".dockshelterone").mouseover(function() {$("#dockshelterone").show();} );  
	     $(".dockshelterone").mouseout(function() {$("#dockshelterone").hide();} ); 
		 $(".dockseal").mouseover(function() {$("#dockseal").show();} );  
	     $(".dockseal").mouseout(function() {$("#dockseal").hide();} );


		 $(".redgreen").mouseover(function() {$("#redgreen").show();} );  
	     $(".redgreen").mouseout(function() {$("#redgreen").hide();} ); 
		 $(".redgreenthree").mouseover(function() {$("#redgreenthree").show();} );  
	     $(".redgreenthree").mouseout(function() {$("#redgreenthree").hide();} );
		 $(".redgreentwo").mouseover(function() {$("#redgreentwo").show();} );  
	     $(".redgreentwo").mouseout(function() {$("#redgreentwo").hide();} );
		 $(".wheel").mouseover(function() {$("#wheel").show();} );  
	     $(".wheel").mouseout(function() {$("#wheel").hide();} ); 
		 $(".verticalrestraint").mouseover(function() {$("#verticalrestraint").show();} );  
	     $(".verticalrestraint").mouseout(function() {$("#verticalrestraint").hide();} );


		 $(".mezzannine").mouseover(function() {$("#mezzannine").show();} );  
	     $(".mezzannine").mouseout(function() {$("#mezzannine").hide();} ); 
		 $(".palletracking").mouseover(function() {$("#palletracking").show();} );  
	     $(".palletracking").mouseout(function() {$("#palletracking").hide();} );

		 $(".industrial").mouseover(function() {$("#industrial").show();} );  
	     $(".industrial").mouseout(function() {$("#industrial").hide();} ); 
		 $(".material").mouseover(function() {$("#material").show();} );  
	     $(".material").mouseout(function() {$("#material").hide();} );

		 $(".bollardsright").mouseover(function() {$("#bollardsright").show();} );  
	     $(".bollardsright").mouseout(function() {$("#bollardsright").hide();} ); 
		 $(".bollardsleft").mouseover(function() {$("#bollardsleft").show();} );  
	     $(".bollardsleft").mouseout(function() {$("#bollardsleft").hide();} ); 
		 $(".guardrail").mouseover(function() {$("#guardrail").show();} );  
	     $(".guardrail").mouseout(function() {$("#guardrail").hide();} );

		 $(".guardrailtwo").mouseover(function() {$("#guardrailtwo").show();} );  
	     $(".guardrailtwo").mouseout(function() {$("#guardrailtwo").hide();} ); 
		 $(".doortracktwo").mouseover(function() {$("#doortracktwo").show();} );  
	     $(".doortracktwo").mouseout(function() {$("#doortracktwo").hide();} ); 
		 $(".doortrackguards").mouseover(function() {$("#doortrackguards").show();} );  
	     $(".doortrackguards").mouseout(function() {$("#doortrackguards").hide();} );
	
	
	});
    })(jQuery);



