/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

jQuery.noConflict();
jQuery(document).ready(function(){
    jQuery(".zoom_image").colorbox();
});
;

