$(document).ready(function() {
			$("a[rel=popup]").fancybox({
					'titleShow'		: true,
					'transitionIn'	: 'elastic',
					'transitionOut'	: 'elastic',
					'autoScale'		: false,
					'centerOnScroll': true,
					'overlayOpacity': 0.7,
					'overlayColor'	: '#000',
					'width'			: 960,
					'height'		: 600,
					
					'scrolling'		: 'yes',
			});
				$("a[rel=bulten]").fancybox({
						'titleShow'		: false,
						'transitionIn'	: 'elastic',
						'transitionOut'	: 'elastic',
						'autoScale'		: false,
						'centerOnScroll': true,
						'showNavArrows' : false, 
						'overlayOpacity': 0.7,
						'overlayColor'	: '#000',
						'width'			: '90%',
						'height'		: '90%',
				});

				$("a[rel=urun]").fancybox({
						'titleShow'		: false,
						'transitionIn'	: 'elastic',
						'transitionOut'	: 'elastic',
						'autoScale'		: false,
						'centerOnScroll': true,
						'overlayOpacity': 0.7,
						'overlayColor'	: '#000',
						'width'			: 680,
						'height'		: 300,
						'scrolling'		: 'no',
				});
		});
