$(document).ready(function() { 
	$('a[rel="colorbox"]').colorbox();
	$('a[rel="colorbox_m"]').colorbox();
});
