* {
    padding:0;
    margin:0
}
body {
    background: #fff;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img {
    border: 0;
}
#tFocus {
    width:300px;
    height:390px;
    margin:10px auto;
    overflow:hidden;
    position:relative;
}
#tFocus-pic {
    width:300px;
    height:300px;
    position:relative;
}
#tFocus-pic li img{
    width:300px;
    height:300px;
}
#tFocus-pic li {
    width:300px;
    height:300px;
    position:absolute;
    left:0;
    top:0;
    filter:alpha(opacity:0);
    opacity:0;
}
#tFocus-bg {
    width:300px;
    height:66px;
    position:absolute;
    left:0;
    bottom:3px;
    z-index:10;
}
#tFocusBtn {
    width:300px;
    height:50px;
    position:absolute;
    left:1px;
    bottom:12px;
    z-index:20;
    overflow:hidden;
}
#tFocus-btn {
    width:210px;
    height:50px;
    position:relative;
    left:0;
    bottom:0;
    overflow:hidden;
    float:left;
    margin-left:8px;
}
#tFocus-btn ul {
    width:100000px;
    position:absolute;
    left:0;
    top:0;
}
#tFocus-btn li {
    width:55px;
    height:48px;
    border:1px solid #ccc;
    float:left;
    margin:0 7px;
    cursor:pointer;
    overflow:hidden;
    display:inline;
}
#tFocus-btn li.active {
    border:1px solid red;
}
#tFocus-btn li img {
    width:55px;
    height:48px;
}
#tFocus-leftbtn{
    width:20px;
    height:25px;
    background:url(../images/1new_btn01.png) no-repeat 0 0;
    float:left;
    display:block;
    cursor:pointer;
    margin:12px 0 0 15px;
}
#tFocus-rightbtn {
    width:20px;
    height:25px;
    display:block;
    cursor:pointer;
    float:right;
    background:url(../images/1new_btn02.png) no-repeat 0 0;
    margin:12px 15px 0 0;

}
/*
#tFocus-leftbtn:hover {
    background:url(../images/nhl_btn.png) no-repeat center -3px;
}
#tFocus-rightbtn:hover {
    background:url(../images/nhr_btn.png) no-repeat center -3px;
}
*/
.mark_left {
    width: 50px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index:3000;
}
.mark_right {
    width: 50px;
    height: 300px;
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index:3000;
}
.prev {
    width: 60px;
    height: 60px;
    background: url(../images/btn.gif) no-repeat;
    position: absolute;
    top: 130px;
    left: 10px;
    z-index: 3001;
    cursor: pointer;
    filter:alpha(opacity: 0);
    opacity:0;
    display: none;
}
.next {
    width: 60px;
    height: 60px;
    background: url(../images/btn.gif) no-repeat 0 -60px;
    position: absolute;
    top: 130px;
    right: 10px;
    z-index: 3001;
    cursor: pointer;
    filter:alpha(opacity: 0);
    opacity:0;
    display: none;

}
