$(document).ready(function() {
	//alert('banner_top!');
    $('.banner_top').cycle({
		fx: 'scrollRight', // choose your transition type, ex: fade, scrollUp, shuffle, etc... :)
		speed:  500, // time untill next slide in ms
		timeout: 10000 // time of transition
	});
});
