$(document).ready(function(){

		$("#tips-slide").wslide({
			width: 205,
			height: 170,
			pos: 1,
			horiz: true,
			autolink: 'tips-slide-nav'
		});
	});
