jQuery.fn.liScroll = function(settings) {
		settings = jQuery.extend({
		travelocity: 0.05
		}, settings);
		return this.each(function(){
				//var $strip1 = $('.panel img');
				/*
				$('.panel img').hover(function(){
					$('.wr').parent('a').hide();
					$('#b').hide();
					var e = $(this).attr("class");
					$('.wr img').hide();
					if($('.wr img').eq(e)){
						$('.wr img').eq(e-1).parent().parent().show();
						$('.wr img').eq(e-1).fadeIn("fast");
					}
				},
				function(){
					var i = $(this).attr("class");
					$('.wr img').eq(i).parent().parent().hide();
					$('.wr img').eq(i).fadeOut("fast");
                    
					$('.wr a').onmouseover(function(){
             		});
				});
				*/
				

			});
};
