﻿jQuery(function() {


jQuery.preloadCssImages();




jQuery(".smbutton a ").mouseover( function(){ jQuery(".smbutton ").addClass("smbgimg") } );
jQuery(".smbutton a ").mouseout( function(){ jQuery(".smbutton ").removeClass("smbgimg") } );
jQuery(".lbutton a ").mouseover( function(){ jQuery(".lbutton ").addClass("lbgimg") } );
jQuery(".lbutton a ").mouseout( function(){ jQuery(".lbutton ").removeClass("lbgimg") } );
jQuery(".hb_services a").mouseover( function(){ jQuery(".hb_services ").addClass("hb_services_h") } );
jQuery(".hb_services a").mouseout( function(){ jQuery(".hb_services ").removeClass("hb_services_h") } );
jQuery(".hb_projects a").mouseover( function(){ jQuery(".hb_projects ").addClass("hb_projects_h") } );
jQuery(".hb_projects a").mouseout( function(){ jQuery(".hb_projects ").removeClass("hb_projects_h") } );
jQuery(".hb_contacts a").mouseover( function(){ jQuery(".hb_contacts ").addClass("hb_contacts_h") } );
jQuery(".hb_contacts a").mouseout( function(){ jQuery(".hb_contacts ").removeClass("hb_contacts_h") } );

jQuery(".ab_services a").mouseover( function(){ jQuery(".ab_services ").addClass("ab_services_h") } );
jQuery(".ab_services a").mouseout( function(){ jQuery(".ab_services ").removeClass("ab_services_h") } );
jQuery(".ab_projects a").mouseover( function(){ jQuery(".ab_projects ").addClass("ab_projects_h") } );
jQuery(".ab_projects a").mouseout( function(){ jQuery(".ab_projects ").removeClass("ab_projects_h") } );
jQuery(".ab_contacts a").mouseover( function(){ jQuery(".ab_contacts ").addClass("ab_contacts_h") } );
jQuery(".ab_contacts a").mouseout( function(){ jQuery(".ab_contacts ").removeClass("ab_contacts_h") } );

jQuery(".grouped_images").mouseover( function(){ jQuery(this).addClass("grouped_images_h") } ); 
jQuery(".grouped_images").mouseout( function(){ jQuery(this).removeClass("grouped_images_h") } );
 
 
 });
 


