.thumbs {
display: block;
-webkit-animation: fade .5s;
}

@-webkit-keyframes fade { 
from { 
opacity: 0; 
} 
to { 
opacity: 1; 
} 
} 


.list {
display: none;
}

.thumbhide {
display: none !important;
}

.listhide {
display: inline !important;
}


#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }

.thumbnail {
height: 200px;
width: 168px;
display: inline-table;
float: left;
background-position: center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
margin: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #000;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
}

.page {
background: transparent;
border: none;
-webkit-box-shadow: none;
}
