jQuery(document).ready(function($) {
	
	$("div.swatches a[rel='swatch']").colorbox();
	
});

