div.nav {font-size: .65em;}    
.list {
margin: 0px auto;
text-align: center;
width: 600px;
list-style: none;
padding: 0px;
}
.list li {
float: left;
padding: 0px;
margin: 0px 10px 10px 0px;
}
.list li span {
height: 138px;
width: 138px;
display: block;
background: white;
}

.list li span {
display: table;
position: relative;
overflow: hidden;
border-width: 1px;
border-color: #ccc #999 #999 #ccc;
border-style: solid;
}

.list>li span {
overflow: hidden;
}

.list li span:hover,.list li span.hover {
background: #f7f7f7;
}

.list li span a {
_position: absolute;
_top: 50%;
display: table-cell;
vertical-align: middle;
margin: 0px auto;
text-align: center;
}
		
.list li span a img {
_position: relative;
_top: -50%;
_left: -50%;
}

.list h2 {
display: block;
font-size: 10px;
line-height: 24px;
width: 138px;
}
.list h2 a {
display: inline;
}

.info {
font-size: .6em;
text-align: center;
clear: both;
border-top: 1px solid #ccc;
width: 600px;
margin: 0px auto;
}
.info a {
margin: 0px 4px;
}

.hide {
display: none;
}
.metadata {
	margin: 0px auto;
	text-align: center;
}

.alpha-shadow {
  float: left;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 0px -5px 0 0px !important;
  margin: 0px -5px 0 0px;
}

.alpha-shadow div {
  background: url(shadow2.png) no-repeat left top !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}
