.imgrounded{
	background: url(../images/img_bg.gif) repeat-y;
	width: 207px;
	text-align: center;
}
#content #infocus .imgrounded img{
	padding: 0px 6px;
	margin-bottom: 0px;
}
.imgrounded .top{
	background: url(../images/img_bg_top.gif) top no-repeat;
	height: 5px;
	margin-bottom: 0px !important;
	//margin-bottom: -8px;
}
.imgrounded .bottom{
	background: url(../images/img_bg_bottom.gif) bottom no-repeat;
	height: 5px;
	margin-top: 0px !important;
	//margin-top: -8px;
}
img.imgleft{
	float: left;
	margin: 0px 6px 6px 0px;
}