.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	width:150px;
	height:28px;
	overflow:hidden;
	line-height:28px;
	font-size:12px;
	color: #333;
	text-align:center;
	background: #FFF;
	opacity: 0.8;
	filter: Alpha(Opacity=80, Style=0);
	cursor:pointer;
	POSITION: relative;
	Z-INDEX: 10;
	TOP: 0px;
	LEFT:0px;
}
.mtDropdownMenu .hover {
	color: #FFF;
	background:#41C70C;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px;
}
.slideimg {
	width:1100px;
	height:195px;
	margin:0 auto;
	position: relative;
	padding:0 0 0 30px;
}
.slideimg li {
	width: 480px;
	height:155px;
	float: left;
	margin:0 10px 0 23px;
	position:relative;
}
.slideimg-btn {
	display: inline-block;
	width:20px;
	height: 32px;
	position: absolute;
	z-index: 999;
	top: 60px;
	background-image: url(images/prev.png);
}
.slideimg .prev {
	left:15px;
}
.slideimg .next {
	right: 35px;
	background: url(images/next.png);
}
