// JavaScript Document
jQuery(document).ready(function($) {
    $("a.lightbox").colorbox({width:800, height:700, iframe:true});
});


