$(function()
{
    $('.ImageHolder a').lightBox();
    $('.GalleryRow dt a').lightBox();
    $('.LightBox').lightBox();
});

$(function()
{
	$('#Form textarea').autogrow();				
});

$(function()
{
	$('#Navigation a.Active').after('<span class="ActiveArrow"></span>');
});

$(function()
{
	$('#Page').defuscate();
});

$(function()
{
	Cufon.replace('#Strap p', { 
		fontFamily: 'HelveticaCondensed'
	});
	Cufon.replace('h2#SectionTitle', { 
		fontFamily: 'HelveticaCondensed'
	});
	Cufon.replace('#Content h1', { 
		fontFamily: 'HelveticaCondensed' ,
		hover: true
	});
	Cufon.replace('#Navigation a', { 
		fontFamily: 'HelveticaCondensed' ,
		hover: true
	});

});

$(function()
{
	$('#HomeImages').cycle({  	//LEFT SLIDE
		fx: 'fade', 		//Transition type
    	timeout: 5000,
		delay:  -0
	});
});
