		$(document).ready(function() {

			$("a[rel=imgGroup]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'outside',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-outside"><b>Foto Galeri </b> ' + (currentIndex + 1) + ' <b>/</b> ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
$("#puanhesap").fancybox({
			'width'				: 570,
				'height'			: 550,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
$("#esenyurt").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
$("#esenler").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});			
$("#yaziliBasin").fancybox();
$("#internetBasin").fancybox({
				'width'				: '85%',
				'height'			: '85%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
		});
