/* news.css */
#portfolio{
	width:125px;
	height: 125px;
	border: none;
	text-decoration: none;
}
img, img a, img a:hover{
	text-decoration: none;
	border: none;
}
a, a:hover{
	text-decoration: none;
	border: none;
}
strong {
	font-weight: bold;
}

ul#portfolio li{
	padding: 0px;
}
ul {
	margin-bottom: -250px;
	margin-left: -35px;
	list-style: none;
}
.top{
    position: absolute;
	top:0px;
	left:0px;
	font: 13px/18px Arial, Helvetica, sans-serif;
    padding: 14px 17px;
    width: 570px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
	z-index:1;
	margin: auto;
	padding: auto;
	text-align: center;
}