/* CSS Document */
.galery {
  background: #FFFFFF;
  border:#CCCCCC dashed 1px;
  width:450px;
  height:auto;
  position:relative;
}
   
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail {
 background:  #FFFFFF;
 border: 1px #CCCCCC  dashed;
 width:205;px
 height:138px;
 padding:5px;
 float:left;
 margin:5px;
 position:relative;
}

.thumbnail:hover{
background-color: #F0F0F0;
}

.logos {border-bottom:#CCCCCC dashed 1px; padding:5px;}
