$(document).ready(function ()
{
	$("#slides").slides({
		play: 5000,
		pause: 2500,
		hoverPause: true}
	);
	
	$('#jcarousel').jcarousel({
    	buttonNextHTML: '<a class="jcarousel-next-horizontal"><img src="images/arrow-next.png" width="24" height="43" alt="" /></a>',
		buttonPrevHTML: '<a class="jcarousel-prev-horizontal"><img src="images/arrow-prev.png" width="24" height="43" alt="" /></a>',
		scroll: 8
    });
	
	$("a.videothumb img").hover(function()
	{
		$(this).fadeTo('fast', 1);
	},
	function ()
	{
		$(this).fadeTo('fast', 0.7);
	});
	
	Cufon.replace('.slides_container div div.title h1, #content div.right h1, #content div.left div.padding h1', { fontFamily: 'Stewart Sans', hover: true })
});

Shadowbox.init();
