// ADDITIONAL PLUGINS CALLS:

// COLORBOX
$(document).ready(function(){
	$("a[rel='overlay'], .overlay").colorbox();
});

//INNER FADE
$(document).ready(
	function(){
		$('#slideshow').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 3000,
			type: 'random_start',
			containerheight: '250px'
		});
	}
);



