//$(document).ready(function(){
//	$('.scroll-pane').jScrollPane({animateTo:true, showArrows:true, scrollbarWidth:11});
//});

$(document).ready(function(){
	$('.scroll-pane').jScrollPane({showArrows:true,ArrowSize:94/*,scrollbarWidth:19*/,dragMaxHeight:19});
});

//$("div.scrollable").scrollable({size:3, horizontal:true});*/

//$(document).ready(function() {
 // initialize scrollable
// $("div.scrollable").scrollable({
// size: 3,
// items: '#thumbs',
// hoverClass: 'hover'
// });
//});
