#slide-mask {
    position:relative;
    top: 175px;
    left: 0px
    margin: 0px;
    padding: 0px;
    width: 480px;
    height:360px;
    overflow:hidden;
}
#slide-images {
    position: relative;
    left: 0px;
    top: 0px;
    width: 9000px;
    height: 360px;
}
#slide-images img {
    float:left;
    width:480px;
    height:360px;
}
#slide-thumbs {
    position:relative;
    background-color: transparent;
    width:300px;
    height:375px;
    top: 175px;
    float:left;
}
#slide-thumbs img {
    width:100px;
    height:75px;
    float:left;
    cursor:pointer;
    margin:3px 0 0 2px;
}
