#portfolio-text{
	width:245px;
	height:130px;
	margin:10px 10px 0px 10px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	}

#portfolio-text h1:first-child,#portfolio-text p:first-child,#portfolio-text ul:first-child,#portfolio-text li:first-child{
	margin-top:0px;
	}

#porfolio-text table{

	}

#portfolio-text table td{
	height:130px;
	}

#portfolio-text h1{
	font-size:24px;
	padding-top:54px;
	color:#fff;
	}

#portfolio-text #project-name{
	font-size:16px;
	/*padding-top:40px;*/
	font-weight:bold;
	line-height:24px;
	}

#portfolio-text #project-name strong{
	font-size:20px;
	color:#fff;
	}

#portfolio-text #project-caption{
	font-size:16px;
	/*padding-top:40px;*/
	font-weight:bold;
	color:#000;
	}

#list-return{
	font-weight:bold;
	}

#portfolio-text a.on{
	color:#000;
	}

#portfolio-images{
	position:absolute;
	top:150px;
	left:0px;
	overflow:hidden;
	width:265px;
	height:420px;
	}

#portfolio-images div{
	width:130px;
	height:65px;
	border-top:5px solid #4B5267;
	background:#3f4455;
	display:block;
	float:left;
	}

#portfolio-images div.button{
	background:#000;
	font-weight:bold;
	padding-top:26px;
	text-align:center;
	height:39px;
	}

/* ADDED AS WORKAROUND FOR THE BUTTON BEING INSIDE A DIV */

#portfolio-images div div{
	border-top:none;
	}

/* END */

#portfolio-images div.button a:hover{
	color:#fff;
	}

div.border-left{
	border-left:5px solid #4b5267;
	}

#portfolio-images img{
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
	}
