//Color box
$(document).ready(function(){
	$("a[rel='productImg']").colorbox();			
});
