
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

div#container {overflow: hidden; width: 800px; }

ul#filter { float: left; font-size: 16px; list-style: none; width: 100%; margin-bottom: 25px; margin-top: 10px; font-family: Georgia, serif; border-top: solid 5px #eee; border-bottom: solid 5px #eee; padding: 15px 0px;}
ul#filter li { display: inline-block; float: left; margin-left: 10px; }
ul#filter span { display: inline-block; float: left; }
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { font-size: 14px; background: #eee; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 2px 10px; color: #bbb; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { color:#999; }
ul#filter li.current a { color: #777; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 800px; }
ul#portfolio li { 
	border-bottom: 3px solid #eee; 
	padding-bottom: 10px;
	float: left; 
	width: 198px;
	margin-right: 2px;
	margin-bottom: 15px;
	height: 120px;
}

ul#portfolio a { display: block; width: 198px; height: 115px; cursor: pointer; font-family: Georgia, sans-serif; font-size:14px; color: #999; }
ul#portfolio a.visit { display: block; width: 35px; font-size: 10px; color: #000; padding: 1px 5px; margin-top: -10px;}
ul#portfolio a:hover.visit { color: #fff; background: #000; }
ul#portfolio a:hover { text-decoration: none; color: #E13F74;}
ul#portfolio img { display: block;}
ul#portfolio span {
	width: 198px;
	height: 115px;
	overflow: hidden;
	display: block;
}

.hidden{ visibility: hidden; display: none; }