/* Author: 

*/
(function($){

	$(function(){
	
		$(".carousel").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 7000, true);
		$('.lightbox').fancybox({
			width:700,
			height:751
		});
		
		$('a[rel=hospital-gallery]').fancybox();
		
	});
})(jQuery);























