﻿$(document).ready(function() {
   $("a.gallery").fancybox({
			'centerOnScroll'		:	true,
			'enableEscapeButton'	:	true,
			'autoScale'				:	true,
			'hideOnOverlayClick'	:	true,
			'zoomSpeedIn'			:	300,
			'zoomSpeedOut'			:	300,
			'zoomSpeedChange'		:	150,
			'overlayShow'			:	true,
			'overlayOpacity'		:	0.8,
			'overlayColor'			:	'#000000',
			'hideOnContentClick'	:	true,
			'padding'				:	5,
			'margin'				:	10,
			'transitionIn'			:	'elastic',
			'transitionOut'			:	'elastic',
			'showNavArrows' 		:	false,
			'cyclic'				:	true
						});
	$(".flash").fancybox({
			'centerOnScroll'		:	true,
			'enableEscapeButton'	:	true,
			'autoScale'				:	true,
			'hideOnOverlayClick'	:	true,
			'overlayShow'			:	true,
			'overlayOpacity'		:	0.8,
			'overlayColor'			:	'#000000',
			'hideOnContentClick'	:	true,
			'padding'           : 0,
			'autoScale'     	: false,
			'transitionIn'			:	'elastic',
			'transitionOut'			:	'elastic',
			'showNavArrows' 		:	false,
			'type'				: 'swf',
			'width'				: 580,
			'height'			: 455
	});

});
