.thumbnail-div {
border-top: 1px solid #1C242B;
border-right: 1px solid #1C242B;
border-left: 1px solid #1C242B;
width: 190px;
height: 159px;
float: left;
}

.info {
background-color: #1C242B;
height: 143px;
width: 170px;
display: none;
color: #FFF;
overflow: hidden;
padding: 0px 10px 0px 10px;
}
.info-titles a:link, .info-titles a:visited, .info-titles a:active {
text-decoration: none;
font-size: 15px;
font-family: Trebuchet MS;
display: block;
width: 100%;
margin-bottom: 10px;
padding-top: 10px;
color: #84A0B7;
}

.info-titles a:hover {
border-bottom: none;
}

.info-button {
float: right; 
cursor: pointer;
}
