.harmony {
	position: relative;
	width: 984px;
	height: 163px;
	overflow: hidden;
	margin: 0px;
}

.harmony ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: inherit;
	width: 1600px;
	padding: 0px 0px 0px 10px;
}

.harmony ul li {
	float: left;
}

.harmony ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:170px;
	height: 163px;
}

.harmony ul li a {
	background-repeat:no-repeat;
}

.harmony ul li a.last {
	width:310px !important;
}

