﻿$(document).ready(function() {
    $("ol.photos li a").colorbox( { transition: 'none', opacity: 0.75, width: 900, height: 625 } );
});

