		$(window).load(function() {
			$('#slider-home').nivoSlider( {
			effect:'slideInRight',
			animSpeed:500,
			pauseTime:8000,
			keyboardNav:true,
			pauseOnHover:true 
			} );
		});
		
		$(window).load(function() {
			$('#slider').nivoSlider( {
			effect:'slideInRight',
			animSpeed:500,
			pauseTime:7000,
			keyboardNav:true,
			pauseOnHover:true
			} );
		});

        $(document).ready(function() {
            $('#logotype img').each(function() {
                $(this).hover(function() {
                    $(this).stop().animate({ opacity: 0.6 }, 300);
                },
               function() {
                   $(this).stop().animate({ opacity: 1.0 }, 300);
               });
            });
        });

        $(document).ready(function() {
            $('.grid-image img').each(function() {
                $(this).hover(function() {
                    $(this).stop().animate({ opacity: 0.6 }, 300);
                },
               function() {
                   $(this).stop().animate({ opacity: 1.0 }, 300);
               });
            });
        });
      
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	
	try {
	var pageTracker = _gat._getTracker("UA-7270251-3");
	pageTracker._trackPageview();
	} catch(err) {}

