﻿/* fancybox sets */
$(document).ready(function() {

$("a:has(img)").attr('rel', 'gallery').fancybox({
	'autoScale'			: true,
	'transitionIn'		: 'fade',
	'transitionOut'		: 'fade',
	'overlayColor': '#000',
	'overlayShow': true,
	'overlayOpacity': 0.8,
	'titlePosition' 	: 'over'
});



$("a.fancybox").fancybox({
	'titleShow'		: false,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic',
	'padding': 7,
	'speedIn': 700,
	'speedOut': 700,
	'overlayColor': '#000',
	'overlayShow': true,
	'overlayOpacity': 0.8,
	'centerOnScroll': true
});

$(".frame_show").fancybox({
	'width'				: 500,
	'height'			: 500,
	'autoScale'			: false,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic',
	'overlayColor': '#000',
	'overlayShow': true,
	'overlayOpacity': 0.8,
	'centerOnScroll': true,
	'type'				: 'iframe'
});
$(".frame_load").fancybox({
	'width'				: 500,
	'height'			: 500,
	'autoScale'			: false,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic',
	'overlayColor': '#000',
	'overlayShow': true,
	'overlayOpacity': 0.8,
	'centerOnScroll': true,
	'type'				: 'iframe'
});
$(".frame_serviceconnect").fancybox({
	'width'				: 580,
	'height'			: 380,
	'autoScale'			: false,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic',
	'overlayColor': '#000',
	'overlayShow': true,
	'overlayOpacity': 0.8,
	'centerOnScroll': true,
	'type'				: 'iframe'
});
$(".frame_passgen").fancybox({
	'width'				: 250,
	'height'			: 250,
	'autoScale'			: false,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic',
	'overlayColor': '#000',
	'overlayShow': true,
	'overlayOpacity': 0.8,
	'centerOnScroll': true,
	'type'				: 'iframe'
});


});
