$(document).ready(function() {
	$('.carousel').tinycarousel();
	
	$('#weLove').click(function() {
		$("header").toggle('fast');
		});
	
	$('#slides').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		play: 5000,
		pause: 2500,
		hoverPause: true,
		animationStart: function(current){
			$('.caption').animate({
				left:-667
			},100);
		},
		animationComplete: function(current){
			$('.caption').animate({
				left:0
			},200);
		},
		slidesLoaded: function() {
			$('.caption').animate({
				left:0
			},200);
		}
	});
	$(".groupPrint").colorbox({rel:'groupPrint'});
	$(".groupOutdoor").colorbox({rel:'groupOutdoor'});
	$(".iframe").colorbox({iframe:true, width:"701px", height:"438px"});
	$(".groupDM").colorbox({rel:'groupDM'});
	$(".groupLogo").colorbox({rel:'groupLogo'});
	$(".groupEtc").colorbox({rel:'groupEtc'});
	$(".groupBrochure").colorbox({rel:'groupBrochure'});
	$(".inline").colorbox({inline:true, width:"50%"});
	
	
});
