



#portListContainer {
	margin: 24px 5px 24px 20px;
	width: 650px;

}



#portList {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#portList ol {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
}

#portList ol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #portList ol {
	height: 1px;
}
#portList ol {
	display: block;
}
/* End hiding from IE-mac */

#portList ol li {
	float: left;
	margin: 0 17px 17px 0;
	height: 79px;
	width: 161px;
}

#portList ol li a {
	border: 1px solid #147238;
	padding: 3px;
	display: block;
	height: 71px;
}

#portList ol li a:hover  {
	padding: 0;
	border: 4px solid #e2e2d2;
}

#portList ol li a img, #portList ol li span, #portList ol li span img {
	background: none;
	border: none;
	display: block;
	height: 71px;
	width: 153px;
}





