$(document).ready(function() {
	$("a#toolteaser1").fancybox({
		'transitionIn'	:'fade',
		'transitionOut'	:'none',
       	 	'autoScale'     :false,
		'speedIn'	:600, 
		'speedOut'	:200,
		'width'		:1200,
		'height'	:520,
		'showCloseButton': false,
		'wmode'		:'transparent',
		'titleShow'	:'false'
	});
	$("a#toolteaser2").fancybox({
		'transitionIn'	:'fade',
		'transitionOut'	:'none',
       	 	'autoScale'     :false,
		'speedIn'	:600, 
		'speedOut'	:200,
		'width'		:1200,
		'height'	:520,
		'showCloseButton': false,
		'wmode'		:'transparent',
		'titleShow'	:'false'
	});

});

function fixToolTeaser1() {
$("#fancybox-outer").css("width","820px");
$("#fancybox-outer").css("margin-left","170px");
}

function fixToolTeaser2() {
$("#fancybox-outer").css("margin-left","170px");
$("#fancybox-outer").css("width","820px");
}


function hideLayer() {
$.fancybox.close();
$("#fancybox-outer").css("margin-left","0");
$("#fancybox-outer").css("width","100%");
}
