Parse Time: 0.181 - Number of Queries: 184 - Query Time: 0.0434836840057
jQuery(function($) {
$("a[rel^='colorbox']").colorbox({opacity:0.6,speed:400,initialWidth:300,initialHeight:300,overlayClose:true,loop:true,current:"{current} of {total}"});;
// Disable Colobox on main reviews page image
$("#productMainImageReview a").removeAttr("rel");
});
//-->