$(document).ready(function() {
			//Activate FancyBox
			
			
			$("a#custom_2").fancybox({
				'overlayShow'			: false,
				'zoomSpeedIn'			: 600,
				'zoomSpeedOut'			: 500,
				'easingIn'				: 'easeOutBack',
				'easingOut'				: 'easeInBack'

			});
			$("a#custom_3").fancybox({
				'overlayShow'			: false,
				'zoomSpeedIn'			: 600,
				'zoomSpeedOut'			: 500,
				'easingIn'				: 'easeOutBack',
				'easingOut'				: 'easeInBack',
				'frameHeight'			: 550

			});
			
			$("a.group1").fancybox({
				'overlayShow'			: false,
				'zoomSpeedIn'			: 600,
				'zoomSpeedOut'			: 500,
				'easingIn'				: 'easeOutBack',
				'easingOut'				: 'easeInBack'
			});
                        
                        $("#login").fancybox({
                        'width'				: 400,
                        'height'			: 350,
                        'autoScale'     	:           false,
                        'transitionIn'		:        'none',
                        'transitionOut'		:       'none',
                        'type'				: 'iframe',
                        'onClosed'			: function() {
   							 parent.location.reload(true);
 							 }
                        
                        });
                        
                        $("#player_neu").fancybox({
                        'width'				: 450,
                        'height'			: 350,
                        'autoScale'     	:           false,
                        'transitionIn'		:        'none',
                        'transitionOut'		:       'none',
                        'type'				: 'iframe',
                        'onClosed'			: function() {
   							 parent.location.reload(true);
 							 }
                        
                        });
                        
                        $("#td_neu").fancybox({
                        'width'				: 650,
                        'height'			: 550,
                        'autoScale'     	:           false,
                        'transitionIn'		:        'none',
                        'transitionOut'		:       'none',
                        'type'				: 'iframe'
                                                
                        });
                        
                        $("#pwd_senden").fancybox({
                        'width'				: 650,
                        'height'			: 450,
                        'autoScale'     	:           false,
                        'transitionIn'		:        'none',
                        'transitionOut'		:       'none',
                        'type'				: 'iframe'
                                                
                        });
                        
                        $("a.turnier").fancybox({
                        'transitionIn'		: 'fade',
                        'transitionOut'		: 'fade',
                        'titlePosition' 	: 'over',
                        'type' : 'image'
                        });
	
			
			
			
		});
