$(document).ready(function() {
						   
	// Home work posters
	$('ul#poster_home')
	//.before('<div id="home_samples_nav">')
	.cycle({ 
		delay:			100, // additional delay (in ms) for first transition (hint: can be negative)
		timeout: 		7000, // milliseconds between slide transitions (0 to disable auto advance)
		fx:     		'fade', //turnLeft, scrollVert**, scrollHorz, scrollDown, fade
		fastOnEvent:   	0,
		speed:   		5000,
		random:  		1,
		//pause:			1,
		easing:         'easeInQuint' // easeOutBack, easeOutBounce**, easeInOutCirc, easeOutElastic, fade
		//pager:  		'#home_samples_nav'
	});
	

}); 