var $logscroll= jQuery.noConflict();
$logscroll(
	function () {
		$logscroll( "#logotypy_scroll" ).imageScroller( {loading:'Trwa wczytywanie...',speed:'4000', direction:'left'} );
		
		//$( "#right" ).imageScroller( {speed:'4000', direction:'right'} );
		//$( "#top" ).imageScroller( {direction:'top'} );
		//$( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
	}
)
