div #thumbs{
width: 100%;
float: left;
clear: both; 
margin: 0px;
padding: 0px;
text-align: center;

}

div .thumb, div .thumbselected{
float: left;
height: 50px;
margin-left: 2px;
margin-top: 2px;
padding:2px;
border: 1px solid #000066;
cursor: pointer;
}
div .thumb img, div .thumbselected img{
border: none;
cursor: pointer;
}

div .thumbselected{
border: 1px solid #ff0000;
}
