$(document).ready(function(){

	$('#slideshow-holder').cycle({
		timeout: 6000,
		speed: 2000,
		slideExpr: 'img'
	});

});

