﻿$(document).ready(function() {
    $('.Contact').colorbox({ width: "500px", height: "480px", iframe: true });
    $('#Content').jScrollPane({ showArrows: true});
});                
