$(function() {
	$('.story-pics').colorbox({
		rel:'story-pics',
		maxWidth: '100%',
		maxHeight: '100%'
	});
});
