/* CSS Document */
.gallerythumbs{
margin-top:20px;
text-align:center
}


.gallerythumbs .thumb{
display:inline-block;
margin:15px 10px;
text-align:center;
width:278px !important;
}

.gallerythumbs .title{
	
	color:white;
	background:black;
	line-height:26px;
	max-width:278px !important;
	margin:10px auto 5px;
}

.gallerythumbs .thumb img:hover,.gallerythumbs .thumb.selected img { 
  outline: 10px solid rgba(255,255,255,.5);
  outline-offset: -10px;

}