var handsean = {
	src: '/scripts/sifr/handsean.swf'
};

sIFR.activate(handsean);

sIFR.replace(handsean, {
	selector: '.flash_title2',
	wmode: 'transparent',
	css: [ '.sIFR-root {color: #a38493;}' ]
});

sIFR.replace(handsean, {
	selector: '.flash_title',
	wmode: 'transparent',
	css: [ '.sIFR-root {color: #7B1019;}' ]
});

$(function(){
	$('.slideshow img:gt(0)').hide();
	setInterval(function(){
		$('.slideshow :first-child').next('img').show();
		$('.slideshow :first-child').fadeOut(800);
		$('.slideshow :first-child').appendTo('.slideshow');
	}, 6000);
	
	setTimeout(function() {
		$('.footer').css({'bottom':'0px','display':'block'});					
	},6000)
	
});
