$(document).ready(function(){
 
Shadowbox.init({
    players:    ["iframe"]
});

		 $('#box').jScrollPane(); 
		 $('#box_md').jScrollPane(); 
		 $('#box_sm').jScrollPane(); 
		 $('#box_gallery').jScrollPane(); 
});
