

#slideshow {
    width: 944px;
    height: 409px;
    background: transparent url(../img/slide_portfolio/slideshowbg.jpg) no-repeat;
}

#slideshow a {
   color: black;
}

#slideshow li {
    list-style: none;
}


#slideshow_wrapper {
    position: relative;
    /* left: 32px; top: 12px; overflow: scroll; */
    overflow: hidden;
    width: 944px;
    height: 409px;
}

#slideshow_set {
    position: absolute;
    padding: 1px;
    margin: 0px;
}

#slideshow_set li {
    float: left;
    width: 944px;
    height: 409px;
}

#slideshow img {
    /*
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: solid 1px black;
    cursor: pointer;
    */
}
#slideshow img:hover {
    /*
    border: solid 1px white;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    */
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
    left: 1px;
    top: 0px;
    background: transparent url( ../img/slide_left.png ) no-repeat;
    background-position: 0px center;
}

#scroll_right {
    left: 806px;
    top: 0px;
    background: transparent url( ../img/slide_right.png ) no-repeat;
    background-position: 89px center;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 360px;
    width: 100px !important; /* for most browsers */
    width: 100px; /* for IE5.5's bad box model */

    opacity: 0.3;
    filter: alpha(opacity=30);

    /*border: solid 1px red;*/
}


#scroll_left:hover, #scroll_right:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}