jQuery(document).ready(function($){
	$("div#main-slider").cycle({
		timeout: 6000,
		speed: 2000,
		height: 292
	});
});
