/* css 重置 */* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.msn-focus {
	width: 325px;
	height: 275px;
}
.msn-focus img {
	width: 325px;
	height: 240px;
	display: block
}
.msn-focus .hd {
	font-size: 14px;
	height: 10px;
	line-height: 10px;
	width: 325px;
	margin:18px 0 0 0;;
	text-align:center;
	padding-left:102px;

}
.msn-focus .hd li {
	float: left;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
	height: 6px;
	padding-left:3px;
	width:13px;
	background-color: #dedede;
}
.msn-focus .hd .on {
	background-color: #b23133;
	cursor:pointer;
}
.msn-focus .hd .on a {
	background-color: #000;
	color: #ff0000;
		text-decoration:none;
}
.msn-focus .hd a {
	height: 10px;
	background-color: #ff0000;
	float: left;
	padding: 0 8px;
	color:#000; text-decoration:none
}
.msn-focus .bd {
	width: 325px;
	height: 240px;
	position: relative;
	overflow: hidden
}
.msn-focus .bd ul {
	width:325px;
	height: 240px;
	overflow: hidden;
	font-size: 14px;
	line-height: 35px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	float:left;
		position: relative;
}
.msn-focus .bd li {
	width: 325px;
	height: 240px;
	background-color: #fff;
	left:0px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
}
.msn-focus .bd li p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 35px;
	height: 35px;
	width: 325px;
	white-space: nowrap;
	overflow: hidden;
		font-weight:bold;
		text-decoration:none;
	
}
.msn-focus .bd li p i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 325px;
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}
.msn-focus .bd li p a, .msn-focus .bd li p a:visited {
	position:relative;
	color: #fff;
	text-align:center;
	font-weight:bold;
	width: 325px;
	height: 35px;
	line-height:35px;
}
.msn-focus .bd li p a:hover {
	color: #f60; text-decoration:none
}
.msn-focus .prev, .msn-focus .next {
	position: absolute;
	bottom: 85px;
	width: 29px;
	height: 64px;
	opacity: .6;
	filter: alpha(opacity=60);
	overflow: hidden;
	display: none;
	text-indent: -999px;
	border: none;
	background: url(../images/arrowLR.png) no-repeat;
}
.msn-focus .prev: hover, .msn-focus .next: hover {
	opacity: .9;
	filter: alpha(opacity=90)
}
.msn-focus .prev {
	left: 0;
	background-position: -50px 0
}
.msn-focus .next {
	right: 0;
}
.msn-focus .bdOn .prev, .msn-focus .bdOn .next {
	display: block;
}