$(function()
{


	$('.gallery .gallery-item .gallery-icon a').lightBox({fixedNavigation:true});
	
	
	
	$('.featured').cycle({
		fx: 'scrollLeft',
		speed: 700,
		timeout: 5000
	});


	
});