$(function() {
	$(".imageGallery li img").css({width:"120px",height:"90px"});
	$(".imageGallery").jCarouselLite({ btnNext: ".arwB", btnPrev: ".arwA", circular: false });
	$(".imageGallery").css({width:"662px"});
});