/* Author: 

*/
  jQuery(window).load(function() {
        jQuery('#slider').nivoSlider({ directionNav:false, controlNav:false});

    });

jQuery(function()
	{
		jQuery.stylesheetInit();
		jQuery('.styleswitch').bind(
			'click',
			function(e)
			{
			
				jQuery.stylesheetSwitch(this.getAttribute('rel'));
				return false;
			}
		);
	}
);
		jQuery(function() { 
			jQuery(".loga ul").simplyScroll({
				autoMode: 'loop'
			});
		});



















