.horizontal-tape {width: 585px; height: 100px; background: #282828; margin-top: 2px}
	.horizontal-tape .box {width: 585px; height: 100px; /*background: url('../i/tape/horiz-bg.gif') no-repeat;*/ margin: 0 auto;}

		.horizontal-tape .left-arrow {width: 20px; height: 100px; float: left}
			.horizontal-tape .left-arrow a {width: 20px; height: 100px;  display: block; position: relative; }
				.horizontal-tape .left-arrow a span {position: absolute; top: 0; left: 0; width: 20px; height: 100px;  background: url(../i/tape/horiz-leftarrow.gif) no-repeat left center;}
					.horizontal-tape .left-arrow a:hover span {background: url(../i/tape/horiz-leftarrow-active.gif) no-repeat left center;}

		.horizontal-tape .right-arrow {width: 20px; height: 100px; float: left}
			.horizontal-tape .right-arrow a {width: 20px; height: 100px;  display: block; position: relative; }
				.horizontal-tape .right-arrow a span {position: absolute; top: 0; left: 0; width: 20px; height: 100px;  background: url(../i/tape/horiz-rightarrow.gif) no-repeat right;}
					.horizontal-tape .right-arrow a:hover span {background: url(../i/tape/horiz-rightarrow-active.gif) no-repeat right;}

	.horizontal-tape .body {position: relative; width: 539px; height: 98px; margin-left: 3px; margin-right: 3px; /*padding-top: 22px; */overflow: hidden; float: left;}
		.horizontal-tape .body .ul {position: absolute; top: 8px; left: 0;}
		.horizontal-tape .body .ul .li {width: 85px; position: relative; margin-left: 2px; margin-right: 3px; cursor: pointer; float: left; }
			.horizontal-tape .body .ul .li .num {color: #a9a9a9; position: absolute; top: 6px; right: 3px; font-weight: bold; font-size: 11px;}

.divd {float: left; }
