// jquery slideshow component
$(function() {
	$('#splash-index').cycle({fx:'fade', timeout:5000, speed:1000});
});

//Set up the shadowbox component
Shadowbox.loadSkin('custom', '/layout/lib/shadowbox/skin');
Shadowbox.loadLanguage('en', '/layout/lib/shadowbox/lang');
Shadowbox.loadPlayer(['img'], '/layout/js/shadowbox/player');

// jquery font size component
jQuery(document).ready(function() {
	// jquery sifr component	
	$('h1').sifr({font: '/layout/fonts/itc-galliardstd-bld.swf', color:'#566423', textAlign: 'left'});

	//Set up the font resizer
	FontSize.init([
						['#content-rhs p', '#content-rhs','.fieldContainer','.formLabel'],
						'h2'
					]);

	//Initialise the shadowbox
	Shadowbox.init();
});

