.business-container-hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

#more-business{
	z-index:99;
}

.about{
	width:auto;
	height:100px;
	margin-bottom:25px;
	margin-top:20px;

}
.about .caption{
	font-size:14.2px;
	
	overflow:hidden !important;
}

.about .image{
	width:300px;
	height:115px;
	overflow:hidden;
}

.about h3{
	text-transform:none !important;
	font-size:17px !important;
	padding:8px;
}


.about .subcaption{
	font-size:11px;
	background:#C44664;
	position:absolute;
	top:0;
	width:100%;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	color:white;
}

.gray-tip{
	background:#E1E1E1;
	padding:10px !important;
	color:#555555;
	border-radius:4px;
	font-size:13px;
	text-align:left;
}

.azure-tip{
margin-top:5px;
	background:#B7D7FF;
	padding:10px !important;
	color:#555555;
	border-radius:4px;
	font-size:13px;
	text-align:justify;
}



