jQuery(document).ready(function() {



$('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	

$("#various3").fancybox({
				'width'			: '54%',
				'height'			: '45%',
				'autoScale'		: true,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'			: 'iframe'
			});
$("#career").fancybox({
				'width'			: '45%',
				'height'			: '45%',
				'autoScale'		: true,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'			: 'iframe'
			});



});





