body {
background:#222;
} 
img {
vertical-align:middle; 
border:none;
} 

#thumbs {
float:left;
overflow:auto; 
list-style:none; 
margin:2px; 
padding:0;
} 
#thumbs li {
float:left;
} 
#thumbs a {
display:block; 
padding:2px; 
outline:none;
} 
#thumbs a:hover, #thumbs a:focus {
background:#f2f507;
} 
#thumbs a.active {
background:#fff;
} 
#viewer {
float:left;
position:absolute; 
width:700px; 
height:524px; 
margin-left:430px;
margin-top:5px;

} 
#viewer img[src*="loader"] {
float:left;
position:absolute; 
left:10%; 
top:10%; 
margin:-15px 0 0 -15px;
}
