// JavaScript Document
jQuery(window).bind("load", function() {$(function() {$(".wrap").jCarouselLite({btnNext: ".arrow_l",btnPrev: ".arrow_r",mouseWheel: true});});});