$(document).ready(function(){ 

	$("a.[rel^='lightbox']").prettyPhoto({counter_separator_label: ' θη ', show_title:false});	
	
	$("a.sideMemberLink").tooltip({ 
        tip: '#tooltip', 
        effect: 'fade', 
        fadeOutSpeed: 200, 
        predelay: 100, 
		opacity: .8,
        position: "bottom center",
		offset: [0,0]
    });

});
