$(window).load(function() {
$(".imageSliderExt .comics").jCarouselLite({
        btnNext: ".imageSliderExt .next",
        btnPrev: ".imageSliderExt .prev",
        visible: 1,
circular: false,
speed: 800,
btnGo:
[".imageSliderExt .1", ".imageSliderExt .2",
    ".imageSliderExt .3", ".imageSliderExt .4",
    ".imageSliderExt .5", ".imageSliderExt .6",
    ".imageSliderExt .7", ".imageSliderExt .8",
    ".imageSliderExt .9", ".imageSliderExt .10",
    ".imageSliderExt .11", ".imageSliderExt .12"
	, ".imageSliderExt .13", ".imageSliderExt .14"
	, ".imageSliderExt .15", ".imageSliderExt .16"
	, ".imageSliderExt .17"]
    });
});