$(document).ready(function() {
    $('#sliderinner').cycle({
		fx:     'fade', 
		timeout: 5000
	});
});
