jQuery(function($) {
	$('#prov').wslide({
		width: 460,
		height: 199,
		horiz: true,
		autolink: false,
		duration: 1000, 
		effect: 'easeOutBounce',
		pos: 20
	});
});
