/*START -FG- featured gallery*/
.fgbox{
	width:676px;
	height:259px;
	border:2px solid #f79226;
	margin-top:10px;
	overflow:hidden;
}
.fgpic{
	width:676px;
	height:259px;
}
.fgbtn{
	float:left;
	background:url('http://www.mylocalhealth.com/images/structure/featured_buttons.png');
	background-position: 0px 0px;
	width:132px;
	height:29px;
	color:#ffffff;
 	font-size:11px;
 	font-weight:bold;
 	text-align:center;
 	cursor:pointer;
 	overflow:hidden;
}
.fgbtn4{
	float:left;
	background:url('http://www.mylocalhealth.com/images/structure/featured_buttons.png');
	background-position: 133px 0px;
	width:133px;
	height:29px;
	color:#ffffff;
 	font-size:11px;
 	font-weight:bold;
 	text-align:center;
 	cursor:pointer;
 	overflow:hidden;
 	margin-left:4px;
}
.fgbtntext{
	padding-top:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.fgbtntext{
	font-weight:600;
	padding-top:1px;	
}
}
/*END featured gallery*/