jQuery(document).ready(function($) {
  jQuery(window).load( function() {
								
	$('#slider ul').cycle({
		fx: 'fade',
		speed: 500,
		timeout: 4000,
		pager:  '#slider_nav',
		before: function(currSlideElement, nextSlideElement, options, forwardFlag) {
//			console.log(this);
		},
		after: function(currSlideElement, nextSlideElement, options, forwardFlag) {

		}
	});

  });

});
