$(document).ready(function(){
                                        $(".floating").jCarouselLite({
                                         btnNext: ".next",
                                         btnPrev: ".prev",
                                         visible: 4
                                         });
				   	 $(".float").css('width','580px');
});

