﻿/* ------------ jQuery Image focus-slider start ---------------- */


.wrapper
{
    width: 680px;
    margin: 10px 0 10px 0; 
    float: left;
}


#focus-slider
{
    width: 680px;
    height: 208px;
    overflow: hidden;
    position: relative;
}


#focus-slider ul
{
    height: 208px;
    position: absolute;
}


#focus-slider ul li
{
    float: left;
    width: 680px;
    height: 208px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus-slider ul li div
{
    position: absolute;
    overflow: hidden;
}

/* -- 表示個数を増やす場合はここで調整　--*/
#focus-slider .btn
{
    position: absolute;
    width: 350px;
    height: 16px;
    left: 304px;
    bottom: 6px;
    margin-left: 0px;
    border: 0px solid red;
}

/* -- 表示個数を増やす場合はここで調整　--*/
#focus-slider .btnBg
{
    position: absolute;
    width: 350px;
    height: 26px;
    left: 305px;
    bottom: 0px;
    background: #000;
    _background: url(../img/focus-slider_bg_png2.png) no-repeat;
    border: 0px solid red;

}



#focus-slider .btn span
{
    display: inline-block;
    background: url(../img/focus-slider_list.png) no-repeat left top;
    _display: inline;
    _zoom: 1;
    width: 17px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-family: "arial" ,sans-serif;
    margin-right: 8px;
    cursor: pointer;
    _color: #000;
    color: #fff;
}


#focus-slider .btn span.on
{
    background: url(../img/focus-slider_now.png) no-repeat; 
    _color: red;
    color: #00bfff;
}

/* ------------ jQuery Image focus-slider end ---------------- */