$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='colorbox']").colorbox();
	$("a.colorbox").colorbox();
	$(".colorbox").colorbox();
	$(".iframe").colorbox({width:"600px", height:"80%", iframe:true});

    $('#slider').innerfade({
        animationtype: 'fade',
        speed: 3000,
        timeout: 6000,
        type: 'sequence',
        containerheight: 'auto'
    });

});

