j$(function() {
             j$(".jCLfavorite").jCarouselLite({
                 btnNext: ".next",
                 btnPrev: ".prev",
				 start : 0.5,
				 speed: 400,
				 scroll: 1,
				 visible: 6.5,
				 //circular: true,
				 //easing: "easeOutExpo"
				 easing: "easeOutQuart"
             });
			 j$(".jCLcheck").jCarouselLite({
                 btnNext: ".next2",
                 btnPrev: ".prev2",
				 start : 0.5,
				 speed: 400,
				 scroll: 1,
				 visible: 6.5,
				 //circular: true,
				 //easing: "easeOutExpo"
				 easing: "easeOutQuart"
             });
         });

j$(document).ready(function() {
	j$('#tabContainer').tabs({ /*fxFade: true, fxSpeed: 'fast'*/ });
	if (navigator.userAgent.indexOf('iPhone') != -1 || navigator.userAgent.indexOf('iPod') != -1 || navigator.userAgent.indexOf('iPad') != -1) {
	}else{
		tooltip();
	}
});

