$(document).ready(
	function()
	{
		$("#login-panel").click(function(){
        $(this).hide("fast");
		$(".login-disable").show();		
		return false;
	});

	$('#img-gallery ul').innerfade({
		speed: 'slow',
		timeout: 8000,
		type: 'sequence',
		containerheight: '530px'
		});
});





		


