$(document).ready(function() {
		$("#drivers-inner a.zoom").fancybox({
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'none',
			'speedIn'	:	600,
			'speedOut'	:	200,
			'overlayShow'	:	true,
			'overlayColor'	:	'#000',
			'cyclic'	:	false

		});

		$('.date').datepicker({
			inline: true
		});

		$(function($) {
			$.mask.definitions['~']='[+-]';
			$('.time').mask('99:99');
			$('.tel').mask('(999) 9999999');
			$('.year').mask('9999');
		});

$("#drivers-inner").CloudCarousel(
		{			
			xPos: 400,
			yPos: 25,
			yRadius: 50,
			mouseWheel: true,
			buttonLeft: $(".prev"),
			buttonRight: $(".next"),
			reflHeight: 50,
			reflOpacity: 0,
			autoRotate: 'right',
			speed:	0.1,
			autoRotateDelay: 3000
		}
);
		
});

/*
$(function() {
	 $("#drivers-inner").jCarouselLite({
          btnNext: ".next",
          btnPrev: ".prev",
          mouseWheel: true,
          speed: 400,
          visible: 5,
	 });
});
*/
