//$(document).ready(function(){

//	//$("h2").append('<em></em>')

//	$(".thumbs a").click(function(){

//	  var largePath = $(this).attr("href");
//	  var largeAlt = $(this).attr("title");

//	  $("#largeImg").attr({ src: largePath, alt: largeAlt });
//	 // $(".cloud-zoom").attr({ href: largePath});
//	  $(".cloud-zoom").attr({ href: largePath.replace("/Thumbnail/Default.aspx?File=/Upload/Products/", "").replace("&amp;Width=400&amp;Height=400", "")});
//	 

//	  $("h2 em").html(" (" + largeAlt + ")"); return false;
//	});

//});
