// portfolio galleries

$(document).ready(function(){
	$('.large').hide();
	$('.caption').hide();
	
//identity gallery
	
	$('.msm').click(function() {
		$('.msmStuff').fadeIn('slow');
		$('.plus1Stuff,.logosStuff,.crprStuff,.chipsStuff,.conceptsStuff').fadeOut('slow');
	})
	
	$('.plus1').click(function() {
			$('.plus1Stuff').fadeIn('slow');
			$('.msmStuff,.logosStuff,.crprStuff,.chipsStuff,.conceptsStuff').fadeOut('slow');
	})
	
	$('.logos').click(function() {
			$('.logosStuff').fadeIn('slow');
			$('.msmStuff,.plus1Stuff,.crprStuff,.chipsStuff,.conceptsStuff').fadeOut('slow');
	})
	
	$('.crpr').click(function() {
			$('.crprStuff').fadeIn('slow');
			$('.msmStuff,.plus1Stuff,.logosStuff,.chipsStuff,.conceptsStuff').fadeOut('slow');
	})
	
	$('.chips').click(function() {
			$('.chipsStuff').fadeIn('slow');
			$('.msmStuff,.plus1Stuff,.logosStuff,.crprStuff,.conceptsStuff').fadeOut('slow');
	})
	
	$('.concepts').click(function() {
			$('.conceptsStuff').fadeIn('slow');
			$('.msmStuff,.plus1Stuff,.logosStuff,.crprStuff,.chipsStuff').fadeOut('slow');
	})
	
//promo gallery
	
	$('.sox').click(function() {
			$('.soxStuff').fadeIn('slow');
			$('.girlStuff,.swanStuff,.stangStuff,.flowerStuff,.turtleStuff,.toolsStuff,.legacyStuff').fadeOut('slow');
	})
	
	$('.girl').click(function() {
			$('.girlStuff').fadeIn('slow');
			$('.soxStuff,.swanStuff,.stangStuff,.flowerStuff,.turtleStuff,.toolsStuff,.legacyStuff').fadeOut('slow');
	})
	
	$('.swan').click(function() {
			$('.swanStuff').fadeIn('slow');
			$('.soxStuff,.girlStuff,.stangStuff,.flowerStuff,.turtleStuff,.toolsStuff,.legacyStuff').fadeOut('slow');
	})
	
	$('.stangad').click(function() {
			$('.stangStuff').fadeIn('slow');
			$('.soxStuff,.girlStuff,.swanStuff,.flowerStuff,.turtleStuff,.toolsStuff,.legacyStuff').fadeOut('slow');
	})
	
	$('.flower').click(function() {
			$('.flowerStuff').fadeIn('slow');
			$('.soxStuff,.girlStuff,.swanStuff,.stangStuff,.turtleStuff,.toolsStuff,.legacyStuff').fadeOut('slow');
	})
	
	$('.turtle').click(function() {
			$('.turtleStuff').fadeIn('slow');
			$('.soxStuff,.girlStuff,.swanStuff,.stangStuff,.flowerStuff,.toolsStuff,.legacyStuff').fadeOut('slow');
			
	})
	
	
	$('.tools').click(function() {
			$('.toolsStuff').fadeIn('slow');
			$('.girlStuff,.swanStuff,.stangStuff,.flowerStuff,.turtleStuff,.soxStuff,.legacyStuff').fadeOut('slow');
			
	})
	
	
	$('.legacy').click(function() {
			$('.legacyStuff').fadeIn('slow');
			$('.girlStuff,.swanStuff,.stangStuff,.flowerStuff,.turtleStuff,.toolsStuff,.soxStuff').fadeOut('slow');
			
	})
	
//layout gallery
	$('.signing').click(function() {
			$('.signingStuff').fadeIn('slow');
			$('.incubusStuff,.bostonStuff,.shaiStuff,.programsStuff,.coversStuff').fadeOut('slow');
	})
	
	$('.incubus').click(function() {
			$('.incubusStuff').fadeIn('slow');
			$('.signingStuff,.bostonStuff,.shaiStuff,.programsStuff,.coversStuff').fadeOut('slow');
	})

	$('.boston').click(function() {
			$('.bostonStuff').fadeIn('slow');
			$('.incubusStuff,.signingStuff,.shaiStuff,.programsStuff,.coversStuff').fadeOut('slow');
	})
	
	$('.shai').click(function() {
			$('.shaiStuff').fadeIn('slow');
			$('.incubusStuff,.bostonStuff,.signingStuff,.programsStuff,.coversStuff').fadeOut('slow');
	})
	
	$('.programs').click(function() {
			$('.programsStuff').fadeIn('slow');
			$('.incubusStuff,.bostonStuff,.shaiStuff,.signingStuff,.coversStuff').fadeOut('slow');
	})
	
	$('.covers').click(function() {
			$('.coversStuff').fadeIn('slow');
			$('.incubusStuff,.bostonStuff,.shaiStuff,.programsStuff,.signingStuff').fadeOut('slow');
	})
	
//web gallery

	$('.stoney').click(function() {
			$('.stoneyStuff').fadeIn('slow');
			$('.reneeStuff,.zengardenStuff,.mimiStuff,.grandStuff,.gorgeousStuff,.mtsStuff').fadeOut('slow');
	})
	
	$('.renee').click(function() {
			$('.reneeStuff').fadeIn('slow');
			$('.stoneyStuff,.zengardenStuff,.mimiStuff,.grandStuff,.gorgeousStuff,.mtsStuff').fadeOut('slow');
	})
	
	$('.grand').click(function() {
			$('.grandStuff').fadeIn('slow');
			$('.stoneyStuff,.zengardenStuff,.mimiStuff,.reneeStuff,.gorgeousStuff,.mtsStuff').fadeOut('slow');
	})
	
	$('.mts').click(function() {
			$('.mtsStuff').fadeIn('slow');
			$('.stoneyStuff,.zengardenStuff,.mimiStuff,.reneeStuff,.gorgeousStuff,.grandStuff').fadeOut('slow');
	})
	
	$('.zengarden').click(function() {
			$('.zengardenStuff').fadeIn('slow');
			$('.reneeStuff,.stoneyStuff,.mimiStuff,.grandStuff,.gorgeousStuff,.mtsStuff').fadeOut('slow');
	})
	
	$('.mimi').click(function() {
			$('.mimiStuff').fadeIn('slow');
			$('.reneeStuff,.zengardenStuff,.stoneyStuff,.grandStuff,.gorgeousStuff,.mtsStuff').fadeOut('slow');
	})
	
	$('.gorgeous').click(function() {
			$('.gorgeousStuff').fadeIn('slow');
			$('.reneeStuff,.zengardenStuff,.mimiStuff,.grandStuff,.stoneyStuff,.mtsStuff').fadeOut('slow');
	})
	
})
