$(document).ready(function() {

	$("a.btnportfolio1").css('backgroundColor', '#a03022');
	$("a.btnportfolio1").css('color', '#fff');
	
$("a.btnportfolio1").click(function() {
	$("#portfoliostrip").animate({left: "0px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio2").click(function() {
	$("#portfoliostrip").animate({left: "-730px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio3").click(function() {
	$("#portfoliostrip").animate({left: "-1460px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio4").click(function() {
	$("#portfoliostrip").animate({left: "-2190px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio5").click(function() {
	$("#portfoliostrip").animate({left: "-2920px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio6").click(function() {
	$("#portfoliostrip").animate({left: "-3650px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio7").click(function() {
	$("#portfoliostrip").animate({left: "-4380px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio8").click(function() {
	$("#portfoliostrip").animate({left: "-5110px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio9").click(function() {
	$("#portfoliostrip").animate({left: "-5840px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio10").click(function() {
	$("#portfoliostrip").animate({left: "-6570px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio11").click(function() {
	$("#portfoliostrip").animate({left: "-7300px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});
$("a.btnportfolio12").click(function() {
	$("#portfoliostrip").animate({left: "-8030px"});
	$(".portfoliodescription").toggle();
	$(".portfoliodescription").slideDown();
	$(".leftcolcontent a").css('backgroundColor', '#e6e6e6');
	$(".leftcolcontent a").css('color', '#3b4b4b');
	$(this).css('backgroundColor', '#a03022');
	$(this).css('color', '#fff');
});

});