// JavaScript Document
$(document).ready(function() {
	$('.item a').lightBox();
	$('a.galleryimage').lightBox();
	$('a.popup').lightBox();
	$(".fade").cycle({fx:'fade',speed:2500});
	$(".fades").cycle({fx:'fade',timeout:8,speed:2000});
	$("#scroll").jCarouselLite({
		btnPrev: "div.back",
		btnNext: "div.forward",
		visible:5,
		speed:900,
		auto: 3000
	});
});