$(document).ready(function() {
	
	$('#content.rotating').HyperBgRotator({
		animationDuration: 2000,
		interval: 5000,
		images: [
			'img/pictures/paged-1.jpg',
			'img/pictures/paged-2.jpg',
			'img/pictures/paged-3.jpg',
		]
	});
	
	Cufon.set('fontFamily', 'Myriad Pro');
	Cufon.replace('#content .box p');
	Cufon.replace('#content .box h3');
	Cufon.replace('#content .box label');
	
	$('#partners').Hypercarousel({
		margin: 10,
		animationSpeed: 4
	});
	
	$('#content ul.images').each(function() {
		$(this).find('a').lightBox();
	});
	
	$('#content.gallery').HyperGallery();
	
	initValidation();
	
});