#main { overflow: hidden; }

div.secondary-nav {
    margin: 0 auto;
    width: 900px;
}

div.scrollable {
    float: left;
    position: relative;
    width: 780px;
    height: 99px;
    overflow: hidden;
}
div.scrollable div.items {
    width: 20000em;
    position: absolute;
    clear: both;
}
div.scrollable div.items div {
    height: 97px;
    width: 120px;
}
div.scroll-menu-item {
    height: 97px;
    width: 120px;
    margin: 0 18px;
    float: left;
    cursor: pointer;
}

.p, .n {
    float: left;
    border: none;
    color: transparent;
    font-size: 1px;
    display: block;
    width: 59px;
    height: 15px;
    margin-top: 41px;
}

.content {
    clear: left;
    height: 328px;
    padding: 20px;
    overflow: auto;
}
.innercontent { height: 100%; }

.dummy {
    font-size: 1px;
    color: transparent;
}

.p {background: url("/media/Leftarrow_1024x768.png") no-repeat; cursor: pointer;}
.n {background: url("/media/Rightarrow_1024x768.png") no-repeat; cursor: pointer;}
.p.disabled {background: url("/media/gray_arrows/Leftarrow4_1024x768.png");}
.n.disabled {background: url("/media/gray_arrows/Rightarrow4_1024x768.png");}

