$(function() {
	$('#Navigation').corner("right 8px");
	$('#Navigation li.last a').corner("right 8px");
	$('.ImageHolder').corner("bottom 8px");
	$('#HomeRight').corner("8px");
});

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


Cufon.replace('#Phone p', { 
	fontFamily: 'Skia'
});
Cufon.replace('#MainNav a', { 
	fontFamily: 'Skia' ,
	hover: true
});
Cufon.replace('#LeftColumn h2', { 
	fontFamily: 'Skia'
});
Cufon.replace('#LeftColumn a', { 
	fontFamily: 'Skia' ,
	hover: true
});
Cufon.replace('#PageTitle', { 
	fontFamily: 'Skia'
});
Cufon.replace('#Content h1', { 
	fontFamily: 'Skia'
});

$(function()
{
	$('#HomeLeftImage').cycle({  	//LEFT SLIDE
		fx: 'fade', 		//Transition type
    	timeout: 5000,
		delay:  -0
	});
	$('#HomeMiddleImage').cycle({  	//MIDDLE SLIDE
		fx: 'fade',
    	timeout: 5000,
		delay:  -1000		//Delay (in milliseconds) before animation starts, to stagger the transitions
	});
	$('#HomeRightImage').cycle({  	//RIGHT SLIDE
		fx: 'fade',
    	timeout: 5000,
		delay:  -2000
	});
});
