﻿var $j = jQuery.noConflict();
$j(function() {
	$j(".content_thumb").jCarouselLite({
		easing: "easeinout",
		speed:1000,
		visible:8,
		btnGo: [".0",".1", ".2", ".3", ".4", ".5", ".6", ".7", ".8", ".9"]
	});

	$j(".content_slide").jCarouselLite({
		easing: "easeinout",
		speed:1000,
		visible:1,
		btnGo: [".0",".1", ".2", ".3", ".4", ".5", ".6", ".7", ".8", ".9"]
	});
});