/* CSS Document */
.rafContainer {
	width:150px !important;
}
.rafLeft {
    float: left;
    text-align: left;
}
.rafRight {
    float: right;
    text-align: right;
}
.rafDivBGImg {
	width: 150px; 
	height:150px; 
	background:no-repeat top; 
	background-size:cover; 
	overflow:hidden;
}
.rafOverlayImage {
	content:url(/aidPublic//design/images/general/spacer.gif);
	width: 150px;
	height:150px;
	border:none;
}
