.focus .fbg {
bottom: 25px;
right: 40px;
position: absolute;
height: 21px;
text-align: center;
z-index: 200;
display: none;
}
.focus .fbg div {
margin: 4px auto 0;
overflow: hidden;
zoom: 1;
height: 14px
}
.focus .D1fBt a {
position: relative;
display: inline;
width: 12px;
height: 12px;
border-radius: 7px;
margin: 0 5px;
color: #B0B0B0;
font: 12px/15px "\5B8B\4F53";
text-decoration: none;
text-align: center;
outline: 0;
float: left;
background: #D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
background: #fc114a;
}
.focus .D1fBt img {
display: none
}
.focus .D1fBt i {
display: none;
font-style: normal;
}
.focus .prev, .focus .next {
position: absolute;
width: 30px;
height: 35px;
background: url(focus_btn.png) no-repeat;
}
.focus .prev {
bottom: 0;
left: 0;
background-position: 0 -35px;
cursor: pointer;
z-index: 50;
}
.focus .next {
bottom: 0;
left: 30px;
background-position: -30px -35px;
cursor: pointer;
z-index: 50;
}
.focus .prev:hover {
background-position: 0 0;
}
.focus .next:hover {
background-position: -30px 0;
}