

 
 .thumby{
	display:block;
	padding:px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color: #000;
	border:8px solid #ffcc00;
	border-radius:11px;
	-webkit-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out
}
.thumby a>img,.thumby>img {
	margin-right:auto;
	margin-left:auto
}
a.thumby.active,a.thumby:focus,a.thumby:hover {
	border-color:#337ab7
}
.thumby .caption {
	padding:9px;
	color:#333
}
.caption {
    height: 130px;
    overflow: hidden;
	}
.thumby p { color: #ccc;
text-align:justify;
}

.thumby h4 { color: #ffcc00;
}