

$(document).ready(function(){  

$("a[rel^='lightbox']").colorbox();
$(".alignnone, .aligncenter").parent().colorbox();
$(".gallery a").hover(function(){
$(this).stop().animate({opacity: 0.7}, 'slow');},
function() {
$(this).stop().animate({opacity: 1}, 'slow');});

});

