#slideshow{position:relative; width:140px; margin:0px auto; padding:0px; border:0px solid #f00; background:transparent;float:right;margin-top:60px;}
#images {border:0px solid #9ac1c9; height:100px; background:transparent; margin-bottom:0px}
#image {position:relative; width:125px; height:100px; padding:0px; border:0px solid #666; background:transparent ;}
#image img {position:absolute; top:0px; left:0px; z-index:10;}
#thumbwrapper {margin-top:10px; padding:5px 0; width:125px; height:100px; border:0px solid #666; background:transparent;display:none;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:125px; display:none;}
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:0px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer;display:none;}
.imgnav {position:absolute; height:300px; width:20%; z-index:100;  outline:none; cursor:pointer}
#previmg {left:0; background: url(/images/left.gif) left center no-repeat; border-left:0px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background: url(/images/right.gif) right center no-repeat; border-right:0px solid #000}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
.shadow {
    background-color: #aaa;
}
.shadow img,.shadow li {
    margin: -15px 15px 15px -15px;
    display: block;
    position: relative;
    padding: 1px;
    background-color: #fcfcfc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}