.dbTitle {
	font-size: 160%;
	font-weight: bold;
	padding-left: 3px;
	height: 25px;
	z-index:100;
	position: absolute;
	text-shadow: 1px 1px #FFF;
}

.dbDesc {
	padding: 0 5px;
	display:block;
	font-size: 90%;
	z-index:100;
	position: absolute;
	top:35px;
	text-shadow:1px 1px #FFF;
	color: #414141;
}

#dbBits, .dbBits {
	margin-top:10px;
}

.dbContainer:hover {
	border: 3px solid #414141;
}

.dbContainer {
	border: 3px solid #ccc;
	border-radius: 5px;
	width: 48%;
	height: 115px;
	overflow: hidden;
	position:relative;
	margin-bottom: 2%;
	cursor: pointer;
}

.background {
	opacity: 0.2;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index:10;
}

.background img {
	width: 100%;
}

.dbContainer:nth-child(odd) {
	float:left;
}

.dbContainer:nth-child(even) {
	float:right;	
}