$(document).ready(function () {
  $(".object").fadeIn("medium");
  
  $(".draggable").draggable().mouseover(function() {
    $(this).css({"cursor":"move", "z-index":"1000"});
  }).mouseout(function() {
    $(this).css({"z-index":"100"});
  });
  
  $('.scrollPane').jScrollPane({"scrollbarWidth":4});
  
  var flashvars = {"file":"../../../video/deliveranceDane.flv", "fullscreen":"true"};
  var params = {bgcolor:"#000000", allowFullScreen:"true"};
  var attributes = {};
  
  swfobject.embedSWF("shadowbox/libraries/mediaplayer/player.swf", "booktrailer", "350", "260", "10.0.0", "shadowbox/libraries/swfobject/expressInstall.swf", flashvars, params, attributes);
});

Cufon.replace('.titolo', {
	hover: true
});

Shadowbox.init({
    language: "it",
    players: ["iframe", "flv"]
});
