$(document).ready(function(){

$('#slider').nivoSlider({
	effect:'fade', // Specify sets like: 'fold,fade,sliceDown'
	animSpeed:500, // Slide transition speed
	pauseTime:5000, // How long each slide will show
	captionOpacity:0.8 // Universal caption opacity
});

$("a[rel=example_group]").fancybox({
	'overlayColor'		: '#222',
	'transitionIn'		: 'fade',
	'transitionOut'		: 'fade',
	'titlePosition' 	: 'over',
	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
		return '<span id="fancybox-title-over">' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp;-&nbsp; ' + title : '') + '</span>';
	}
});

$('a.email_replace_low').nospam({
  replaceText: true,
  filterLevel:'low'
});

});
