$(document).ready(function() {


	$("a.portfolioBtn1").css('backgroundColor', '#cfcfcf');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	
	
$("a.portfolioBtn1").click(function() {
	$("#portfoliostrip").animate({left: "0px"});
	$(".itemDescription").toggle();
	$(".itemDescription").slideDown();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
});
$("a.portfolioBtn2").click(function() {
	$("#portfoliostrip").animate({left: "-890px"});
	$(".itemDescription").toggle();
	$(".itemDescription").slideDown();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
});
$("a.portfolioBtn3").click(function() {
	$("#portfoliostrip").animate({left: "-1780px"});
	$(".itemDescription").toggle();
	$(".itemDescription").slideDown();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
});
$("a.portfolioBtn4").click(function() {
	$("#portfoliostrip").animate({left: "-2670px"});
	$(".itemDescription").toggle();
	$(".itemDescription").slideDown();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
});
$("a.portfolioBtn5").click(function() {
	$("#portfoliostrip").animate({left: "-3560px"});
	$(".itemDescription").toggle();
	$(".itemDescription").slideDown();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
});
$("a.portfolioBtn6").click(function() {
	$("#portfoliostrip").animate({left: "-4450px"});
	$(".itemDescription").toggle();
	$(".itemDescription").slideDown();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
});


$("a.portfolioBtn").click(function() {
	$("#contact").hide();
	$("#about").hide();
	$("#portfolio").fadeIn();
	$(".buttons .left").fadeIn();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$("a.portfolioBtn").css('backgroundColor', '#cfcfcf');
	$("a.portfolioBtn1").css('backgroundColor', '#cfcfcf');
	$(this).css('backgroundColor', '#cfcfcf');
	$("#portfoliostrip").animate({left: "0px"});
});
$("a.contactBtn").click(function() {
	$("#accessoires").hide();
	$("#fashion").hide();
	$("#store").hide();
	$("#portfolio").hide();
	$("#contact").fadeIn();
	$(".buttons .left").fadeOut();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$(this).css('backgroundColor', '#cfcfcf');
});
$("a.zeitenBtn").click(function() {
	$("#portfolio").hide();
	$("#contact").hide();
	$(".buttons .left").fadeOut();
	$(".buttons a").css('backgroundColor', '#e6e6e6');
	$(this).css('backgroundColor', '#cfcfcf');
});

});
