
$(document).ready(function(){
						   
 $(".pudding-content-actions").css("visibility","visible");
 /*
 $(".pudding-content-actions").hide();
 $(".pudding-content").mouseover(function(){
  $("#pudding-content-actions-"+$(this).attr('ref')).show();
 });
 $(".pudding-content-actions").mouseout(function(){
  $(".pudding-content-actions").hide();
 });
 */
 //$(".pudding-actions-edit").click(function(){
  //alert($(this).attr('ref'));
 //});
 
 $("a.pudding-actions-edit").fancybox({
  'transitionIn'  :	'elastic',
  'transitionOut' :	'elastic',
  'speedIn'       :	200, 
  'speedOut'      :	200, 
  'overlayShow'   :	false,
  'type'          :	'iframe',
  'autoDimensions':	false,
  'width'         :	900,
  'height'        :	500
 });
 /*
 $("a.pudding-actions-edit").popupWindow({
  centerBrowser : 1,
  width         : 900,
  height        : 500
 });
 */

});

