﻿$(document).ready(function() {
	//Activate FancyBox
			
			
			$("a#iframesignup").fancybox({
				'zoomSpeedIn':	0, 
				'zoomSpeedOut':	0,
				'overlayShow':	true,
				'hideOnContentClick': true,
				'frameWidth':550,
				'frameHeight':300
			});
			
			$("a#iframesignup2").fancybox({
				'zoomSpeedIn':	0, 
				'zoomSpeedOut':	0,
				'overlayShow':	true,
				'hideOnContentClick': true,
				'frameWidth':550,
				'frameHeight':300
			});
			$("a#iframebenefits").fancybox({
				'zoomSpeedIn':	0, 
				'zoomSpeedOut':	0,
				'overlayShow':	true,
				'hideOnContentClick': true,
				'frameWidth':550,
				'frameHeight':300
			});
			$("a#iframebenefits2").fancybox({
				'zoomSpeedIn':	0, 
				'zoomSpeedOut':	0,
				'overlayShow':	true,
				'hideOnContentClick': true,
				'frameWidth':550,
				'frameHeight':300
			});
			
			// ATTIVA ANCHE LO SLIDE
			$(".anyClass").jCarouselLite({
        btnNext: ".toor",
        visible: 1,
        circular: true
        });
			
});
