/*$(document).ready(function(){
	$('#home_movie').cycle({
		fx: 'growY',
		easing: 'swing',
		speedIn: 2000,
		speedOut: 2000,
		timeout: 8000,
		next:'#home_movie'
	});
});*/

$(document).ready(function(){
	$('#home_movie').before('<div id="nav">').cycle({
		fx: 'fade',
		speedIn: 2000,
		speedOut: 2000,
		timeout: 8000,
		pager: '#nav'
	});
});
