.handset {
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 960px;
	float:left;
}
img {
behavior: url(../../iepngfix.htc);
}
.handset > ul {
	background: url('../images/background.png') no-repeat 0 0;
	behavior: url(../../iepngfix.htc);
	height: 190px;
	margin: 0;
	padding: 4px;
	width: 952px;
	float:left;
}
.handset > ul > li {
	float: left;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;	
}
.handset a.next {
	background: url('../images/prev.png') no-repeat 0 0;
	behavior: url(../../iepngfix.htc);
	cursor: pointer;
	float: left;
	height: 25px;
	margin: 75px 0;
	padding: 0;
	width: 15px;
}
.handset a.prev {
	background: url('../images/next.png') no-repeat 0 0;
	behavior: url(../../iepngfix.htc);
	cursor: pointer;
	float: left;
	height: 25px;
	margin: 75px 0;
	padding: 0;
	width: 15px;
}
.handset .scroll {
	float: left;
	height: 163px;
	margin: 0;
	overflow: hidden;
	padding: 10px 0 0 0;
	position: relative;
	width: 772px;	
}
.handset .scroll > div {
	clear: both;
	height: 163px;
	position: absolute;
	width: 10000px;
}

.handset .scroll img {
	cursor: pointer;
	float: left;
	height: 163px;
	margin: 0 5px;
	padding: 0;
	width: 120px;
}
