$(document).ready(function() {
var fancy_a=$("div.center_side a img").parent();
fancy_a.attr('rel','group');
fancy_a.fancybox();
});
