$(document).ready(function(){	
			$("#slideshow").easySlider({

				auto: false, 
				continuous: true,
				prevId: 		'leftArrow',
				prevText: 		'Previous',
				nextId: 		'rightArrow',	
				nextText: 		'Next',
				controlsShow:		true

			});
			
			$(".inline").fancybox({
				'padding'           : 0,
				'titlePosition'		: 'inside',
				'overlayShow'       : true,
				'overlayOpacity'    : .3,
				'hideOnOverlayClick' : true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});

		});	
