.dancustomban  {
	position:relative;
}

.dancustomban img {
	width:100%;
}

.dancustomban:hover {
}
.dancustomban .frame {

}
.dancustomban .bar {
	color:#fff;
	position:absolute;
	background-color: rgba(256, 256, 256, 0.7);
	top:0;
	left:0;
	padding:5px 10px;
	max-width:100%;
	box-sizing: border-box;	
}
.dancustomban .bar h3 {
	margin:0;
}
.dancustomban .caption {
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(256, 256, 256, 0.7);
	width:100%;
	box-sizing: border-box;	
	padding:5px;
}

/* ------------------- tooltip */

.dcbtooltipbox {
	position:absolute;
	left:-2000px;
	background-color: rgba(256, 256, 256, 0.7); 
	width:auto;
	height:auto;
	z-index:999;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	padding:20px;
	max-width:20%;
	box-sizing: border-box;	
}

.dcbtooltipbox p {
	margin:0;
	padding:0;
}
