/*content*/
#content {padding:0px; margin-left: 5px; border:none}

#content p {
  line-height: 15px;
  color: #333;
  padding-bottom: 12px;
}

#content a{
  color: #90A632;
  text-decoration: underline;

}

#content .link{
   float: right;
   margin-top: 1em;
   background:url(../images/button.png) center no-repeat ;
   padding-top: 7px;
   padding-bottom: 7px;
   width: 85px;
   padding-left: 23px}

#content .link a{
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  font-size: 11px;

}
#content .link a:hover{
  color: #333;
  text-decoration: none;

}


/*portfolio*/
#portfolio-controls {position:relative; z-index:999;}
.prev-project, .next-project {position:absolute; top:15px; left:335px; height:32px; width:40px; background: url(../images/prev-next-buttons.png) no-repeat;}
	.prev-project:hover {background:url(../images/prev-next-buttons.png) no-repeat 0 -31px;}
	.prev-project:active {background: url(../images/prev-next-buttons.png) no-repeat;}
.next-project {background-position:-40px 0; left:375px;}
	.next-project:hover {background: url(../images/prev-next-buttons.png) no-repeat -40px -31px;}
	.next-project:active {background: url(../images/prev-next-buttons.png) no-repeat -40px 0;}
.portfolio-container-top {height:58px; background:url(../images/portfolio-container-top.png) no-repeat; margin:5px 0 0; padding:15px 0 0;}
.portfolio-header {display:block; width:334px; font-size:18px; color:#333; background:none;}
.portfolio-container {background: url(../images/portfolio-container-bg.png) repeat-y; min-height:263px;}
.portfolio-container:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.portfolio-container {display: block; zoom:1;}

.portfolio-container-top h2 {
  height: 35px;
  font-family: Arial,san serif;
  font-size: 16px;
  font-style: normal;
  color: #333;
  letter-spacing: -1px;
  text-align: left;
  margin-left: 10px;
  margin-top:0px;


}

.project-details {width:445px; padding:12px 0 12px 12px; float:left;}

.portfolio-header h1{
  font-family: Arial,san serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #900;
  letter-spacing: -1px;
}

.project-details a { color: #90A632;  text-decoration: underline;}




.project-image {float:left; display:block; margin:-35px 0 0 20px; position:relative;}
	.project-image a {position:absolute; left:0; top:0; z-index:0;}
	.project-image a.active {z-index:2;}
	.project-image a.last-active {z-index:1;}
	.project-image a:hover {background-color:transparent;}
.portfolio-container-bottom {background: url(../images/portfolio-container-bottom.png) no-repeat; height:9px;}


/*jQuery specific*/
.slideContent {position:relative; width:939px;}
.slideContent li {display:none;}
.slideContent li.selected {display:block;}