.highlightContainer {
margin: 8px 0;
padding-left: 8px;
}


#highlightBox {
width: 196px;
height: 138px;
margin-right: 3px;
margin-bottom: 10px;
padding: 7px;
border: 1px solid #BBB;
background-color: white;
float: left;
overflow: hidden;
position: relative;
}

.backgroundImage{
position: absolute;
z-index: 1;
overflow: hidden;
}

.hbc{
position: absolute;
z-index: 40;
margin: 0;
}

.hbc h4{
	margin-top:0;
}


.highlightDivider {
border-top: 1px solid #CCC;
margin: 0 8px 8px 8px;
height: 1px;
}