$(document).ready(function(){

	$(".sidebar a.cloud-zoom").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'none',
	'speedIn'	:	600,
	'speedOut'	:	200,
	'overlayShow'	:	true,
	'overlayColor'	:	'#000',
	'cyclic'	:	true
	});


	$("#int-sliders a.cloud-zoom").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'none',
	'speedIn'	:	600,
	'speedOut'	:	200,
	'overlayShow'	:	true,
	'overlayColor'	:	'#000',
	'cyclic'	:	true
	});

});

