$(document).ready(function(){
$("a[rel='post_img']").colorbox({
transition: "elastic",
speed: 450,
opacity: 0.7
});
});
