#main>ul>li {
	margin: 0;
	padding: 0;
	background: none;

	float: left;
	margin-right: 28px;
	margin-bottom: 1.5em;
	width: 210px;
	font-size: 1.166em;
}

#main>ul>li:first-child+li+li,
#main>ul>li:first-child+li+li+li+li+li,
#main>ul>li:first-child+li+li+li+li+li+li+li+li,
#main>ul>li:first-child+li+li+li+li+li+li+li+li+li+li+li,
#main>ul>li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
	margin-right: 0 !important;
}

#main>ul img {
	display: block;
	width: 202px;
	height: 130px;
	margin-bottom: .3em;
	border: 1px solid #dedede;
	padding: 3px;
}

#main>ul a {
	padding-right: 12px;
	background: url(/docroot/hj23/imgs/markerArrow.gif) no-repeat 100% .4em;
}

