div.home_group {
	display: block;
	width: 257px;
	height: 252px;
	overflow: hidden;
	float: left;
	margin: 10px 20px 10px 20px;
	border: 1px #ccc solid;
}

div.home_group a {
	display: block;
	text-decoration: none;
	width: 257px;
	height: 252px;
	background: url(../images/bg_home_group.gif) no-repeat bottom right;
}

div.home_group a span {
	display: block;
	margin: 6px 0 0 12px;
	*margin-top: 3px;
	color: #0094c3;
	text-transform: uppercase;
	font-weight: bold;
}

ul.banners, ul.banners li, ul.banners li a {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 617px;
	height: 295px;
}

/**/

div.home_group_wide {
	display: block;
	width: 555px;
	height: 252px;
	overflow: hidden;
	float: left;
	margin: 10px 20px 10px 20px;
	border: 1px #ccc solid;
}

div.home_group_wide ul, div.home_group_wide li {
	width: 555px;
	height: 252px;
	margin: 0;
	padding: 0;
}

div.home_group_wide a {
	display: block;
	text-decoration: none;
	width: 555px;
	height: 252px;
	background: url(../images/bg_home_group.gif) no-repeat bottom right;
}

div.home_group_wide a img {
	border: 0;
}

div.home_group_wide a span {
	display: block;
	margin: 6px 0 0 12px;
	*margin-top: 3px;
	color: #0094c3;
	text-transform: uppercase;
	font-weight: bold;
}