// initialise plugins

$(document).ready( function()
{
	if($(".scrollable").length != 0) {
		$(".scrollable").innerfade({ 
			speed: 'slow', 
			timeout: 5000, 
			type: 'sequence', 
			containerheight: '263px'
		});
	}
});

