.static {
    width: 800px;
    margin: 0 auto;
}

.staticContent .header {
    line-height: 1px;
    height: 5px;
    background: url("/common/images/static_content_header.png");
}

.staticContent {
    margin: 10px 0;
    width: 800px;
    background: url("/common/images/static_content_inner.png");
}

.staticContent .main {
    padding: 20px;
}

.staticContent .title {
    border-bottom: 1px solid #B3B3B3;
    font-size: 24px;
    color: #464D53;
    padding-bottom: 10px;
}

.staticContent .message {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #464D53;
    font-size: 14px;
    line-height: 1.5em;
}

.staticContent .footer {
    line-height: 1px;
    height: 5px;
    background: url("/common/images/static_content_footer.png");
}

.scrollable {
    /* required settings */
    position: relative;
    overflow: hidden;
    background: url("/common/images/static_scroll_bg.jpg") repeat-x;
    width: 800px;
    height: 208px;
}

.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

.scrollable div.item {
    float: left;
    display: block;
    cursor: pointer;
    width: 199px;
    height: 208px;
}

.scrollable div.item img {
    margin-top: 10px;
}

.scrollable div.item .border {
    float: left;
    height: 208px;
    width: 3px;
    background: url("/common/images/static_scroll_border.png");
}

.scrollable div.item .title {
    font-size: 12px;
    color: #2B3036;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.scrollable div.item .message {
    font-size: 12px;
    color: #2B3036;
    padding: 10px;
}

.scrollable .active {
    position: relative;
}

.imageright {
    float: right;
    margin-left: 10px;
}

.imageleft {
    float: left;
    margin-right: 10px;
}

