$(function() {
	$(".detailGallery li img").css({width:"100px",height:"80px"});
	$(".detailGallery").jCarouselLite({ btnNext: ".arwB", btnPrev: ".arwA", circular: false });
	$(".detailGallery").css({width:"584px"});
});
