$(document).ready(function(){

  if( $(".main-product-image").length){

   $(".main-product-image a").append("<span></span>");
    $(".main-product-image a").hover(function(){
        $(this).children("span").fadeIn(600);
    },function(){
        $(this).children("span").fadeOut(200);
    });
  }

    if( $("#block-block-5").length){
		$("#block-block-5").removeClass('block block-block themed-block');
    }

	$(".collateral-box-right").each(function () {
		//alert(".collateral-box-right");
		$(this).children(".product-image").remove();
		$(this).children(".product-info").remove();
		$(this).children(".field-type-filefield").remove();
		$(this).children("#fivestar-form-node-<?php print $node->nid;?>").remove();

	});

// $("#edit-submit-bisagras-bano").dialog();



/*
$('.form-text').each(function() {
		$(this).attr('size',"32");
});

$('.form-textarea').each(function() {
		$(this).attr('size',"26");
		$(this).attr('cols',"26");
});*/

/*
 if( $("#techinfo a").length){
  //alert("hv");
   $("#techinfo a").append("<span></span>");
    $("#techinfo a").hover(function(){
        $(this).children("span").fadeIn(600);
    },function(){
        $(this).children("span").fadeOut(200);
    });
  }*/


 /* if ($(".node").attr("id") =='node-126' )
  {
  //alert('1');

  $(".fpss_img").attr("title", "Armarios Nobel puertas correderas");
  // $(".fpss_img").attr("rel", "lightbox");
  //alert($(".fpss_img").html());

}*/


});

