$(document).ready(function(){
$('#mainphotos').galleryView({
	panel_width: 665,
	panel_height: 380
});

$('#textNews').innerfade({
	animationtype: 'fade',
	speed: 1500,
	timeout: 5000,
	type: 'sequence',
	containerheight: '1em'
});

});
