$(function(){
	
	$('#product-slider').hoverscroll({
		vertical: true,	
		width:    196,		
		height:   710,		
		arrows:   true,	
		arrowsOpacity: 1	
	});
	
});
