.back-to-portfolio{
	margin-top:20px;
	text-align:right;
}

#featured-project{
	position:relative;
	width:628px;
	height:220px;
	border: 2px solid #333;
	margin-bottom:20px;
}
#featured-project a{
	border-bottom:0;
}
#featured-project h2{
	font-size:1em;
	font-weight:bold;
	color:#FECC34;
	margin-left:10px;
	margin-top:5px;
}

#featured-project p{
	font-size:0.8em;
	margin-left:10px;
	color:#FFF;
}

.featured-project-image{
	color:#FECC34;
}

.featured-project-name h2{
	color:#FECC34;
}
.featured-project-transparence{
	position:absolute;
	height:40px;
	bottom:0px;
	left:0px;
	width:100%;
	background:url(../img/transparent.png);	
}

.project-container-left{
	position:relative;
	top:20px;
	width:300px;
	border:2px #333 solid;
	margin-top:5px;
	margin-bottom:15px;
	
}

.project-image-left{
}

.project-left{
	float:left;
	margin-bottom:10px;
}

.project-link-left{
	border-bottom:0;
}

.project-name-left{
	position:absolute;
	margin-top:3px;
	left:5px;
	margin-bottom:20px;
	font-size: 0.5em;
}

.project-summary-left{
	position:absolute;
	left:5px;
	font-size:0.8em;
	color: #FFF;
}

.project-transparence-left{
	position:absolute;
	height:30px;
	bottom:0px;
	left:0px;
	width:100%;
	background:url(../img/transparent.png);	
}

.project-container-right{
	position:relative;
	left:25px;
	top:15px;
	width:300px;
	border:2px #333 solid;
	margin-top:5px;
	margin-bottom:15px;
}

.project-right{
	float:left;
	margin-bottom:10px;
}

.project-link-right{
	border-bottom:0;
}

.project-image-right{
	/*position:relative;*/
}

.project-name-right{
	position:absolute;
	margin-top:3px;
	left:335px;
	margin-bottom:20px;
	font-size: 0.5em;
}

.project-summary-right{
	position:absolute;
	left:5px;
	font-size:0.8em;
	color: #FFF;
}

.project-transparence-right{
	position:absolute;
	height:30px;
	bottom:0px;
	left:0px;
	width:100%;
	background:url(../img/transparent.png);	
}

#project-image-content{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	/*border-left:1px #999 solid;*/
	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
	/*border-right:1px #999 solid;*/
	background-color:#484B50;
}

#images
{
	width:1300px;
	height:220px;
	top:0;
}

#images span{
	display:block;
	float:left;
}

.effect-container{
width:628px;
height:220px;
overflow:hidden;
	border-left:5px #999 groove;
	border-top:5px #999 groove;
	border-bottom:5px #999 groove;
	border-right:5px #999 groove;
}

#up{
	float:right;
	margin-right:5px;
	top:0px;
}
#down{
	
}
.buttons{
	height:32px;
	margin-top:-35px;
}

.project-title{
	color:#FECC34;
	font-size:0.8em;
	margin-bottom:5px;
}

.project-description{
	margin-top:15px;
}
