$(document).ready(function(){
			$(function()
			{
				$('.video-wrapper').jScrollPane({showArrows:true,scrollbarWidth:13});
			});
});
