$(document).ready(function() {
//	$("#contact_from").fadeIn("slow");
//	$("ul.tabs").tabs("div.content > div");
	$('#slideshow').cycle({ 
	    prev:   '#prev', 
	    next:   '#next, img', 
	    timeout: 0,
	 		speed: 500,
	});
//	$("#slideshow img").center({
//		vertical: false
	//});


	});
