$(document).ready(function(){
    $('a.postGallery').colorbox({
        maxWidth: '70%',
        maxHeight: '70%'
    });
});
//Shadowbox.init();
/*
Shadowbox.init({
    // skip the automatic setup, we'll do this later manually
    skipSetup: true,
	players: ["img"]    
});
*/
/*
$(document).ready(function () {
    // set up all anchor elements with a "movie" class to work with Shadowbox
    Shadowbox.setup(
		"a.postGallery", 
		{
	        gallery: "Post Images"
    	}
	);
});
*/
