$(document).ready(function(){
	$("a.fancybox").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'zoomOpacity':true, 'overlayShow': true, 'overlayOpacity': 1 });
	$('#mycarousel').jcarousel({
		buttonNextHTML: null,
		buttonPrevHTML: null,
		auto: 5,
		scroll:1,
		wrap:"last",
		animation: "slow"
	});
});