.beforeafter_note,
#thumbs_note {
    color: #808080;
    font-size: .7em;
    text-align: left;
    margin-bottom: 25px;
}

.beforeafter_note {
    position: absolute;
    top: 36px;
    width: 44px;
    text-align: center;
}

#thumbs * {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display:inline;
}

#thumbs {
    position: relative;
    width: 250px;
    height: 60px;
    /*background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
    float:left;
}

#thumbs_wrapper {
    /* we use relative to catch the children */
    position: relative;
    overflow: hidden;
    width: 250px;
    /*height: 60px;*/
    height: 100px;
    left: 0px;
    top: 25px;
    line-height: 50px;
}

#thumbs_set {
    position: absolute;
    /*width: 1200px;*/
    float:left;
}

#thumbs_set li {
    float: left;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 2px solid white;
}

#thumbs_set li img, #thumbs li img {
    margin-top: -12px;
    margin-left: -12px;
    cursor: pointer;
}

img {
    border: 0;
}

#navigation {
    position: absolute;
    z-index: 0;
    line-height: 20px;
    width: 125px;
}

#scroll_left {
    left: 25px;
    top: 0px;
    /*background: url(../img/left2.gif) no-repeat;*/
    color: #808080;

}

#scroll_right {
    left: 25px;
    top: 150px;
    /*background: url(../img/right2.gif) no-repeat;*/
    color: #808080;
}

#scroll_left, #scroll_right {
    position: absolute;
    /*overflow: hidden;*/
    display: block;
    padding: 0 0 0 0;
    /*height: 45px;*/
    width: 200px !important; /* for most browsers */
    /*width : 21px;*/ /* for IE5.5's bad box model */
    color: #808080;
    text-align: center;
    /*font-size: 70%;*/
}

#scroll_left a:link, #scroll_right a:link {
    color: #808080;
}
 
#portfoliosidebar {
    height: 400px;

    float: right;
    width: 260px;
    margin-top: 40px;
}

