
$(document).ready(function() {
		
	$('#slideshow ul').cycle({ 
	    fx:     'fade', 
	    speed:  'fast', 
	    timeout: 0, 
	    next:   '#next', 
	    prev:   '#prev' 
	});
	
	$("#latest img").preloader({
		Width	: 530,
		Height	: 424
	});
	
	$("#sub_latest img").preloader({
		Width	: 260,
		Height	: 187
	});
	
	$("#posts img").preloader({
		Width	: 260,
		Height	: 187
	});
	
	$("#slideshow li img").preloader({
		Width	: 800,
		Height	: 480
	});
	
});


