// JavaScript Document

//    Window load function for the popup fancybox
	$(document).ready(function() {
	$("a.iframe-portfolio").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true,
		'autoScale'		:	false,
		'type'			:	'iframe'
	});
	$(document).ready(function() {
			    $('#slidesContainer').cycle({
					fx:			'scrollHorz',
					timeout:	8000,
					speed:		500,
					next:		'#rightControl',
					prev:		'#leftControl',
					pause: 		'mouse-over'
				});
			});

});
