$(function()
{
	$('.ImageHolder a').lightBox();
	$('.GalleryRow dt a').lightBox();
});

$(function()
{
	$('#SlideShow').cycle({ 
		fx: 'scrollHorz'
	}),
	
	//PORTFOLIO PAGE
	$('#FeatureInner').cycle({ 
		fx: 'scrollVert',
		pause: 1
	}),
	$('.HoverSwitch a').bind("mouseenter", function(){
		$('#FeatureInner dd').slideDown('fast');
	}),
	
	$('.HoverSwitch a').bind("mouseleave",function(){
		$('#FeatureInner dd').slideUp('fast');
	});
	
});
$(function()
{
	$('#Form textarea').autogrow();				
});
