



#portListContainer {margin: 24px 5px 24px 20px;}



#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;}

#portList ol li a {
	border: 3px solid #cd7f1b;
	padding: 0px;
	display: block;}

#portList ol li a:hover  {
	padding: 0;
	border: 3px solid #abc473;}

#portList ol li a img, #portList ol li span, #portList ol li span img {
	background: none;
	border: none;
	display: block;	}




