.scrollable {
    border: medium none;
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 940px;
}
.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.items .slide {
    float: left;
    width: 940px;
}
.items .slide .left {
    background-color: #F3F5F2;
    height: 320px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 460px;
}
.items .slide .right {
    height: 320px;
    left: 480px;
    overflow: hidden;
    position: relative;
    top: -320px;
    width: 460px;
}
.items .slide {
    overflow: hidden;
}
.items .slide h2 {
    color: #0096AF;
    font-family: Myriad Pro,Tahoma,Arial,Helvetica,sans-sarif;
    font-size: 32px;
    font-weight: normal;
    line-height: 28px;
    padding: 20px 20px 0 10px;
}
.items .slide h3 {
    color: #0096AF;
    font-family: Myriad Pro,Tahoma,Arial,Helvetica,sans-serif;
    padding-left: 10px;
}
.items .slide p {
    color: #888888;
    font-family: Myriad Pro,Tahoma,Arial,Helvetica,sans-sarif;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px 0 10px;
}
.scrollable > img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 75px;
    margin: 20px 5px 20px 21px;
    padding: 2px;
    width: 100px;
}
.scrollable .active {
    border: 2px solid #000000;
    cursor: default;
    position: relative;
}

