@charset "utf-8";
/* CSS Document */


#portfolio-left {width: 200px; float:left;}
#portfolio-right {width: 500px; float:left; margin-top: 12px; padding:10px; border: 1px solid #ccc; background: #efefef;}

#pictures {
	float: left;
	width:700px; 
	margin:10px auto;
}
#pictures a{
	float: left;
	display: block;
	margin: 0 1px 1px 0;
	padding: 0;
}
#pictures a img {
	margin: 0;
	padding: 0;
	background: yellow;
}
a:link, a:active, a:hover, a:visited, a, img {
	border: 0;
}
.thealameda ul#navigation {
	list-style: none;
	float: left;
	width: 150px;
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
}
.thealameda ul#navigation li {
	display: block;
}
.thealameda ul#navigation li a {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	line-height: 30px;	
	padding-left: 17px;
	
}
.thealameda ul#navigation li a.selected {
	color: #bb5522;
	background: url("arrow-selected.gif") no-repeat;
}
#pictures a {
	display: none;
}


