/* 代码整理：时代JavaNowJava.com */
* {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style:none;
}
input, button {
	margin:0;
	font-size:12px;
	vertical-align:middle;
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
}
.focus {
	width:425px;
	margin:20px auto;
	position:relative;
	overflow:hidden;
}
.focus h4 {
	font-size:16px;
	text-align:center;
	padding-bottom:10px;
}
.bigPic {
	WIDTH: 425px;
	HEIGHT: 343px
}
.focusBox {
	WIDTH: 425px;
	POSITION: absolute;
	HEIGHT: 56px;
	left:0;
	bottom:0;
}
.focusBox SPAN {
	DISPLAY: block;
	Z-INDEX: 1;
	BACKGROUND: #000;
	FILTER: alpha(opacity=50);
	WIDTH: 425px;
	POSITION: absolute;
	padding-top:5px;
	HEIGHT: 51px;
	opacity: 0.5
}
.focusList {
	Z-INDEX: 2;
	LEFT: 68px;
	WIDTH: 296px;
	POSITION: absolute;
	HEIGHT: 54px;
	top:0
}
.rbtn {
	MARGIN-TOP: 14px;
	FLOAT: right;
	CURSOR: pointer
}
.lbtn {
	MARGIN-TOP: 14px;
	FLOAT: right;
	CURSOR: pointer
}
.lbtn {
	FLOAT: left
}
.focusList DIV {
	OVERFLOW: hidden;
	WIDTH: 260px;
	POSITION: relative;
	HEIGHT: 54px;
	left:6px;
}
.focusList UL {
	OVERFLOW: hidden;
	WIDTH: 5000px;
	POSITION: relative;
}
.focusList LI {
	FLOAT: left;
	WIDTH: 87px;
	CURSOR: pointer;
	HEIGHT: 51px;
	display:inline;
	margin-right:5px;
}
.focusBox .focusList LI SPAN {
	DISPLAY: block;
	BACKGROUND: #000;
	FILTER: alpha(opacity=100);
	WIDTH: 87px;
	HEIGHT: 47px;
	opacity: 1
}
.focusList LI IMG {
	FILTER: alpha(opacity=50);
	opacity: 0.5
}
.focusList LI.on {
	BACKGROUND-POSITION: -174px bottom
}
.focusList LI.on IMG {
	FILTER: alpha(opacity=100);
	opacity: 1
}
DL.mask {
	WIDTH: 434px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 51px;
	BORDER-RIGHT-WIDTH: 0px
}
.mask DT {
	BACKGROUND: #000;
	FILTER: alpha(opacity=50);
	FLOAT: left;
	WIDTH: 174px;
	HEIGHT: 47px;
	opacity: 0.5
}
.mask DD {
	BACKGROUND: #000;
	FILTER: alpha(opacity=50);
	FLOAT: left;
	WIDTH: 174px;
	HEIGHT: 47px;
	opacity: 0.5
}
/* 代码整理：时代JavaNowJava.com */