$(document).ready(
	function()
	{
		$(".zoom-in, .image-gallery-thumbnails a").fancybox(
			{
				'titlePosition'  : 'over'
			}
		);
		$(".ihktvmedienlayer, .tv-top-box-media-player a, .tv-list-preview a").fancybox({
			'width'				: 600,
			'height'			: 333,
        	'autoScale'     	: false,
	        'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		//$('.page-content .text *').hover(function(){$(this).css({backgroundColor: '#999'})}, function(){$(this).css({background: 'none'})});
	}	
);
