var config = {
    showArrows:true,
    scrollbarWidth:14,
    //animateTo:true,
    dragMinHeight: 14,
    dragMaxHeight: 14,
    scrollbarMargin:5
};

jQuery(document).ready(
    function () {
        jQuery('.cms-page-view .std').jScrollPane(config);
            
        //jQuery('.product-img-nrw').css('width', jQuery('.product-img-nrw img').width());
        if(typeof(imgWidth) != 'undefined') {
            var _css = {
            'width' : imgWidth
            }
            jQuery('.product-img-nrw').css(_css);
        }
        //jQuery('.product-shop').width(_width);
        //alert(jQuery('.product-img-nrw img').width());
        jQuery('.product-shop').jScrollPane(config);
        jQuery('.home-news').jScrollPane(config);
    }
);




