$(document).ready(function(){
	$("#slider").wslide({
		width: 700,
		height: 510,
		horiz: true
	});
});

