$(document).ready(function(){
	// Shadowbox
	Shadowbox.init({
		overlayOpacity: 0.7
	}, mySettings);
	
	function mySettings() {
		Shadowbox.setup(".mixed", {
			gallery: "mixed",
			continuous: true,
			counterType: "skip",
			counterLimit: 50
		});
	}
});
