#subnavOut{
display:block;
}
a.set,div.title{
display:block;
width: 150px;
height:150px;
float:left;
border: 5px solid #fff;
padding: 0;
margin:0;
}
a.set{
transition: opacity .4s;
opacity:.5;
}

a.set img{
width: 150px;
height:150px;
}
a.set:hover{
opacity:1;
}
div.title{
width:310px;
}
h1{
margin: 0 0 1em 0;
}
#thumbs{
padding-top: 30px;
}
#overlay1,#overlay2{
position:absolute;
left:0;
top:10px;
display: none;
width: 100%;
text-align:center;
height: 560px;
}
#picnav{
padding-top:8px;
width: 200px;
text-align:center;
margin: 0 auto;
display: none;
}
#picnav img{
margin: 0 10px;
}