/* css 重置 */* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #fff;
	font: normal 12px/22px 宋体;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #1974A1;
}
/* 本例子css */
.foucebox {
	position: relative;
	width:455px;
	height: 220px;
	margin: 0px auto;
	overflow: hidden;
	border:1px solid #ccc;
	padding:5px;
}
.foucebox .bd {
	position: relative;
	float: left;
	width: 350px;
	height: 220px;
	overflow: hidden;
}
.foucebox .bd img {
	width: 600px;
	height: 220px;
}
.foucebox .hd {
	position: relative;
	width:80px;
	float:left;
	margin-left:10px;
	padding-right:4px;
	z-index: 1;
}
.foucebox .hd ul {
	position: relative;
	width: 110px;
	overflow: hidden;
}
.foucebox .hd li {
	height: 50px;
	padding: 5px;
	overflow: hidden;
}
.foucebox .hd img {
	width: 80px;
	height: 50px;
	display: block;
}
.foucebox .hoverBg {
	position: absolute;
	top: 0;
	left: -10px;
	width: 110px;
	height: 64px;
	z-index: 100;
	background: url(../images/hover.png) no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hover.png);
	_background: none;
}
