	#animated_nav a {
		display: block;
		width: 115px; 
	    height: 25px;
		float:left;
		background-color: transparent;
		background-repeat: no-repeat; 
	    background-position: top left;
		border:0;
		color:#000;
	}

  a.portfolio_right,  a.portfolio_right:visited { 
    background-image: url(images/portfolio_right_unselected.gif);
    }

   a.portfolio_right:hover, a.portfolio_right:active    { 
    background-image: url(images/portfolio_right_selected.gif);
	color:#ED8017; /* orange */
    }
  a.portfolio_left,  a.portfolio_left:visited { 
    background-image: url(images/portfolio_left_unselected.gif);
    }

   a.portfolio_left:hover, a.portfolio_left:active    { 
    background-image: url(images/portfolio_left_selected.gif);
	color:#ED8017; /* orange */
    }

  a.portfolio_left_selected,  a.portfolio_left_selected:visited, a.portfolio_left_selected:hover, a.portfolio_left_selected:active    { 
    background-image: url(images/portfolio_left_selected.gif);
	color:#ED8017; /* orange */
    }

  a.showreel_right,  a.showreel_right:visited { 
    background-image: url(images/showreel_right_unselected.gif);
	color:#ED8017; /* orange */
    }

   a.showreel_right:hover, a.showreel_right:active    { 
    background-image: url(images/showreel_right_selected.gif);
	color:#ED8017; /* orange */
    }
  a.showreel_left,  a.showreel_left:visited { 
    background-image: url(images/showreel_left_unselected.gif);
    }

   a.showreel_left:hover, a.showreel_left:active    { 
    background-image: url(images/showreel_left_selected.gif);
	color:#ED8017; /* orange */
    }
   a.showreel_left_selected, a.showreel_left_selected:visited, a.showreel_left_selected:hover, a.showreel_left_selected:active    { 
    background-image: url(images/showreel_left_selected.gif);
	color:#ED8017; /* orange */
    }
  .a_text {
		display:none;
	}
