$(document).ready(function () {
	
$('#content_magazine').hoverscroll({
	vertical:false,	// Vertical list or not ?
  	width:648,	// Width of list container
  	height:280,	// Height of list container
   	arrows:true,
	//selectItem:true,// Show direction indicators or not
   	arrowsOpacity:1.0,	// Arrows maximum opacity
 	debug:false,		// Debug output in firebug console
	});




});

