$(document).ready(function(){
    $(".mb").prettyPhoto({
             opacity: 0.80,
             show_title: false,
             allow_resize: false,
             default_width: 800,
             default_height: 800,
             theme: 'facebook',
             counter_separator_label: '/',
             overlay_gallery: false
			});
});


