
	
	// default window opener (external)
$(document).ready(function() {
		
		Shadowbox.init();
		
		$('a[rel=shadowbox]').click(function() {
			
			Shadowbox.open($(this).get(0), {
				height: 450,
				width: 640
			});
		}
		)
	}
);
	
	

