﻿*
{
    font-size: 12px;
    color: #333;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
ul
{
    padding:0px;
    margin:0px;
}

.lxfscroll
{
    width: 732px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    height: 100px;
    border: 0px solid red;
    overflow: hidden;
}

    .lxfscroll ul li
    {
        height: 100px;
        width: 732px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        font-size: 40px;
        font-weight: bold;
    }

.lxfscroll-title
{
    width: 732px;
    margin-right: auto;
    margin-left: auto;
}

    .lxfscroll-title li
    {
        height: 20px;
        width: 20px;
        float: left;
        line-height: 20px;
        text-align: center;
        border: 1px dashed #CCC;
        margin-top: 2px;
        cursor: pointer;
        margin-right: 2px;
    }

.cur
{
    color: #FFF;
    font-weight: bold;
    background: #000;
}

.lxfscroll ul
{
    position: absolute;
}
