$('.imgscroller').load('imgscroller/data_tr.xml',{limit:0}, function(){
	$(".imgscroller").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		vertical: false,
		hoverPause:true,
		visible:5,
		auto:500,
		speed:500
	});
	
	$("a[rel='gall_colorbox']").colorbox({slideshow:false,current:''});
});


