$(document).ready(function() {			 
						   
$("#slideshow").css("overflow", "hidden");
$("#slideshowbadgeT").css("overflow", "hidden");
$("#slideshowbadgeB").css("overflow", "hidden");
$("#dragon1").css("overflow", "hidden");
$("#dragonw").css("overflow", "hidden");
$("#dragond").css("overflow", "hidden");


$("ul#slides").cycle({
	fx: 'fade',
	pause: 1,
	prev: '#prev',
	next: '#next',
	timeout: '4000'
});

$("ul#badgetop").cycle({
	fx: 'fade',
	pause: 1,
	timeout: '6000'
});

$("ul#badgebottom").cycle({
	fx: 'fade',
	pause: 1,
	timeout: '6000'
});

	
	
$('#dragon1').animate({top: 430}, 500);  
$('#dragon2').animate({top: 500}, 1000);  
$('#wave').animate({top: 570}, 1500);  
$('#grass').animate({top: 590}, 1600);
$('#drygrass').animate({top: 590}, 1600);
$('#dragond').animate({top: 450}, 1000);
$('#dragonw').animate({top: 510}, 500);
$('#dragonr').animate({right: 265}, 500);
$('#greenhill').animate({top: 573}, 1500);  
$('#greenwide').animate({top: 620}, 500);
$('#greendouble').animate({top: 573}, 500);

	

});

