jQuery(document).ready(function(){
	jQuery("#show").wslide({
		width: 596,
		height: 255,
		fade: false,
		horiz: true,
		autolink: false,
		duration: 500
	});
});