Expert Tools for IHC Visualization
Products are for professional/laboratory use only.
It’s frustrating to check all of the variables in your failed experiment. Vector tools were developed specifically by IHC scientists to help mitigate errors in your process. Whether you want to simplify slide preparation or eliminate background staining, Vector has everything for your IHC workflow.
Simplify slide preparation:
- VECTABOND® Tissue Section Adhesive
- ImmEdge™ Hydrophobic Barrier Pen
- ImmPrint™ Histology Pen
Reduce or eliminate background staining:
- BLOXALL® Endogenous Blocking Solution (for HRP and AP)
- Animal-Free Blocker® (Concentrate)
- R.T.U. Animal-Free Blocker® and Diluent (AFB)
Slide preservation:
- VectaMount® Mounting Medium (Permanent or Aqueous)
Other tools:
- Antigen Unmasking Solutions
- Control Antibodies
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });