

$(document).ready(function() {

   //colorbox 
   
    $(".c_box").colorbox({rel:'c_box'});
	
			
});
