$(document).ready(function() {

	$(".service_detail").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	$('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed: 3000
	});
  
});

$(function() {
	$("#date").datepicker();
});
