$(document).ready(function() {
   
$("#haendler_button").fadeIn("fast");

$("#portal_haendler_login").fancybox({

	'scrolling'		: 'no',
	'titleShow'		: false,
	'type'			: 'ajax',
	        'autoDimensions'	: false,
			'width'         		: 370,
			'height'        		: 200,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
	'onClosed'		: function() {
	    $("#login_error").hide();
	}
});




$("#portal_haendler_logout").fancybox({
	'scrolling'		: 'no',
	'titleShow'		: false,
	'type'			: 'ajax',
	        'autoDimensions'	: false,
			'width'         		: 150,
			'height'        		: 100,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
	'onClosed'		: function() {
	    $("#login_error").hide();
	}
});
 
	 

/*Shop Funktionen	*/	

$(".bestell_button > a").fancybox({

			'width'         		: 800,
			'height'        		: 500,
	'scrolling'		: 'no',
	'titleShow'		: false,
	'type'			: 'iframe',
	'onClosed'		: function() {
	    $("#login_error").hide();
	}
});

});
