$(document).ready(function() {
	// SLIDER
	$('.slider').innerfade({
	animationtype: 'slide',
	speed: 750,
	timeout: 2000,
	type: 'random',
	containerheight: '1em'
	});
	
	// FOR THE LOVELY IE
	$('.colgroup .col:last-child').addClass('last');
 
	// COLORBOX
	$("a.box").colorbox(); 
	$("a[rel='group']").colorbox({slideshow:true}); 


});


