// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
jQuery(function() {
	if( $('.newsticker').length > 0) {
		$('.newsticker').each(function (e) {
			$(this).jCarouselLite({  
						vertical: true,  
						visible: 1,  
						auto:3000,  
						speed:1000  
					});
		})
	}
});
