// JavaScript Document



/*
 * REMOVE TOOLTIPS
 */

$(document).ready(function () {
	$("a").removeAttr("title");
	$("img").removeAttr("title");
});




/*
 * CALL CAROUSEL
 */

$(function() { $(".homeCarousel").jCarouselLiteH({ }); });


/*
 * CALL CAROUSEL
 */

$(function() { $(".saleCarousel").jCarouselLiteS({ }); });
