high pressure filter
{ "top": "-=100px" },200)
i++;
}
function slideFront(){
if(index >= 1 ) {
--index;
showImg(index);
}
if(i<2 || i>length+7) {return false;}
$("#cSlideUl ul").animate({ "top": "+=100px" },200)
i--;
}
$("#tabsmalimg img").eq(0).show();
$("#cbtn li").eq(0).addClass("hov");
/*$("#cbtn tt").each(function(e){
var str=(e+1)+""+length;
$(this).html(str)
})*/
$(".picSildeRight,#ponext").click(function(){
slideNext();
})
$(".picSildeLeft,#pofront").click(function(){
slideFront();
})
$("#cbtn li").click(function(){
index = $("#cbtn li").index(this);
showImg(index);
});
/*$("#ponext,#pofront").hover(function(){
$(this).children("a").fadeIn();
},function(){
$(this).children("a").fadeOut();
})*/
})