$(document).ready(function() {
	$('#content_indexCycle')
	// .before('<div id="nav">')
	.cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp
		speed: 2000,  // millisecond duration of transition
		timeout: 7000,  // milliseconds between images
		pause: 1		// pauses rotation if mouseover
		// pager: '#content_indexCycle_nav'
        });
});
