$(document).ready(function(){
	
	$('#fotos').cycle({ 
		fx:     'scrollHorz',
		easing: 'easeout',
		speed:   750,
		pause:   1,
		timeout: 3000, 
		next:   '#next-bsas', 
		prev:   '#prev-bsas' 
	});
	
	$('#sudafrica').cycle({ 
		fx:     'scrollHorz',
		easing: 'easeout',
		speed:   750,
		pause:   1,
		timeout: 0, 
		next:   '#next-sa', 
		prev:   '#prev-sa' 
	});
	
	$("#videoA").fancybox({
		'width'				: 400,
		'height'			: 300,
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayOpacity'	: 0.9,
		'overlayColor'		: '#000',
		'type'				: 'iframe'
	});
	
	$("#videoB").fancybox({
		'width'				: 580,
		'height'			: 300,
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayOpacity'	: 0.9,
		'overlayColor'		: '#000',
		'type'				: 'iframe'
	});
	
	$("a[rel=galeria]").fancybox({
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'overlayOpacity'	: 0.9,
		'overlayColor'		: '#000',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});
	
	$("a[rel=galeria-sa]").fancybox({
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'overlayOpacity'	: 0.9,
		'overlayColor'		: '#000',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});
	
});
