﻿$(document).ready(function () {
    $(".ajax").colorbox({ iframe: true, fastIframe: false, width:300, height:300, scrolling:false });
});
