/* Comments on styles purpose in the source code */
#viewport{
        width: 210px;
        height: 120px;
        overflow:hidden;
}
#viewport ul{
        position: relative;
        padding: 0;
}
#viewport li{
        width: 210px;
        height:160px;
        float: left;
        list-style: none;
}

