$(document).ready(function(){
	$('#vnav').autosprites({
		orientation: 'vertical',
		offset: '201px'
	});
});