/* CSS Document */

.demo2{
	width: 1004px;
	height: 185px;
	clear: both;
	position: relative;
	padding-top: 26px;
}
.bx2_wrap {
	width: 1004px;
}
.bx2_wrap ul img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#demo2 a {
	font-family: "微软雅黑";
	color: #333333;
	text-decoration: none;
}
#demo1 a {
	line-height: 36px;
}

#demo2 a:hover {
	color: #FF6600;
}

.bx2_wrap ul li{
	float: left;
	width: 238px;
	height: 185px;
	background-color: #bfc5b8;
	margin-left: 5px;
	margin-right: 5px;
}
.bx2_wrap ul li a:hover{
	text-decoration:none;
	color:#f30;
	font-family: "微软雅黑";
}
.bx2_wrap a.prev {
	width:17px;
	height:38px;
	line-height:24px;
	outline-style:none;
	outline-width: 0;
	position:absolute;
	top:45px;
	left:2px;
	background-image: url(../imgaes/arr_left.gif);
	background-repeat: no-repeat;
}
.bx2_wrap a.next {
	width:17px;
	height:38px;
	line-height:24px;
	position: absolute;
	top:45px;
	text-indent:-999em;
	right: 1px;
	background-image: url(../imgaes/arr_right.gif);
	background-repeat: no-repeat;
}
