.caption {
	text-align: center;
	text-decoration: none;
}
.image-container {
	text-align: center;
}
.image-container img {
	height: 150px;
	max-width: 140px;
}
div.talk_img {
	margin-bottom:10px;
	text-align:center;
}
.image-attendee img {
	height: 80px;
	max-width: 75px !important;
}
.hr-seperator{
	border-width: 2px;
}
.thumbnail {
    position:relative;
    overflow:hidden;

    display: inline-block;
    padding: 0;
    line-height: 1;
    border: 0px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
div.captionh {    
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 2px 2px 2px;
    background: rgba(0,0,0,0.5);
    width: 95%;
    height: 20%;
    text-align: center;
    color:#fff !important;
    text-decoration: none;
    font-weight: bold;
    
    overflow: hidden;
   white-space: nowrap; 
   text-overflow: ellipsis;

}
/*.captionh a{
    color:#fff !important;
    text-decoration: none;
    font-weight: bold;   
}
.text-data{
    overflow: hidden;
   white-space: nowrap; 
   text-overflow: ellipsis; 
}*/

