﻿
$(document).ready(function() {
	Shadowbox.setup($('.col2 .module1 a'), {
		title: '',
		width: 569,
		height: 450
	});
});
