/* SLIDER */

div.sliderbox {
    background: url(scroll.png) repeat-x #FFFFFF;
    height: 360px;
}
#frame {
    height: 360px;
    overflow: hidden;
    position: relative;
}
#frame ul#list {
    list-style: none;
    position: absolute;
    height: 324px;
}


#frame li.item {
    float: left;
    height: 100%;
}

#frame li.item ul {
    list-style: disc;
    position: static;
    height: auto;
    margin-left: 2em;
}

#frame li.item li {
    float: none;
    height: auto;
}

#frame a.b {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 26px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center top;
}
#frame a.prev {
    left: 5px;
    background-image: url("prev.png");
}
#frame a.next {
    right: 5px;
    background-image: url("next.png");
}
#frame a.inactive {
    background-position: center -38px;
    cursor: default;
}
#frame b.hidden {
    display: none;
}

#frame li.item div.box { 
    height: 100%;
    margin: 10px 40px 10px 40px;
}

#frame table {
    width: 100%;
}

#frame td.screen {
    width: 500px;
    vertical-align: top;
    padding-top: 10px;
    text-align: center;
}

#frame td.info {
    vertical-align: top;
    padding-top: 10px;
}
