/* ESTILOS GENERALES DEL PLUGIN
***********************************************/

.fslide_window {
    position: relative;
    top: 90px;
    width: 760px;
    height: 315px;
    overflow: hidden;
}

.fslide_target {
    position: absolute;
    float: left;
    padding: 0;
    width: 300%;
    height: 320px;
    list-style: none;
}

.fslide_target li {
    position: relative;
    float: left;
}

.fslide_target li span {
    float: left;
    width: 80%;
    margin-top: 5px;
    margin-left: 10%;
    padding: 1em 0;
    text-align: center;
}

.move_btn {
    position: relative;
    float: left;
    top: 275px;
    cursor: pointer;
    z-index: 1;
}

/* ESTILOS PARTICULARES DE CADA SLIDER
***********************************************/

#ul_t2 {
    width: 380px;
    height: 2em;
    outline: 1px solid;
}

#ul_t2 ul,
#ul_t2 ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 2em;
}

