jQuery(document).ready(function(){
	jQuery("a[rel='productimage']").colorbox({
transition:'fade', speed:600});
jQuery(".whatsthis").colorbox({width:"50%", inline:true, href:"#whatisthis"});
});


