:focus { outline: 0; }


/*a{ color: #000; }
a:link, a:visited{ text-decoration: underline; }
a:hover, a:active{ text-decoration: none; }*/
a img{ border: none; }


/* Layout */
.boundingBox{
	width: 445px; 
	height:420px;
	/*overflow:scroll;*/
	overflow: auto;
	margin: 1px 0 0 0;
	position: relative;
}

/* Content - Portfolio Listing */

ul#portfolio-filter{ margin: 0; padding: 0;}
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ 
	margin-right: 3px; 
	padding: 3px 6px 3px 0; 
	background: #FFF; 
	color: #fe000c;/*#AAA*/ 
	/*font-weight: bold; */
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #888; }
ul#portfolio-filter a.current{ background-color: #DDD; }

ul#portfolio-list{ margin: 6px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 140px; height: 140px; display: block; float: left; margin-right: 1px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 140px; height: 140px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
/*ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; }*/

