
/*	jQuery: scripts for formating layout
----------------------------------------------------------*/

$(document).ready(
        function()
        {
			 /*	last / first childs
			----------------------------------------------*/
			//$("#services ul:first-child").css("width","100px");
			
			$("#telephones li:last-child").addClass("last-child");
			$("#copyrights ul li:last-child").addClass("last-child");
			
			if ( ($("#contents").size() > 0) && ($.browser.msie) ){$("#gallery").css("padding-bottom","95px");}
			 /*	jQuery slideshow
			----------------------------------------------*/
			 $('#partners ul').cycle({fx:'fade',pause:  1});
			 
			 $('#photozoom').lightBox();
			 
			
			
			
            return false;
        }
);
