#slideshow {
    list-style:none;

    }
#slideshow span {
    display:none;
    }
#wrapper {
    width:440px;
    height:290px;
    display:none;
    background-color: transparent;
    }
#wrapper * {
    margin:0;
    padding:0;
    background-color: transparent;
    }
#fullsize {
    position:relative;
    width:440px;
    height:285px;
    margin:0px;
    padding:0px;

    border-bottom-color: #fff;
    }
#information {
    position:absolute;
    bottom:0px;
    margin:0px;
    padding:0px;
    width:440px;
    height:12px;
    border: hidden;
    background:#fff;
    color:#000;
    overflow:hidden;
    z-index:200;
    opacity:.7;
    filter:alpha(opacity=90);
    border-bottom-color: #fff;
    }
#information h3 {
    height:0px;
    font-size:0px;
    border: hidden;
    border-bottom-color: #fff;

    }
#information p {
    font-family: verdana;
    font-size:12px;
    height:12px;
    margin:0px;
    padding:0px;
    padding-top:5px;
    padding-left:10px;
    padding-bottom:10px;
    border: hidden;
    border-bottom-color: #fff;

    }
#image {
    width:420px;
    }
#image img {
    position:absolute;
    z-index:25;
    width:440px;
    height:285px;
    }
.imgnav {
    position:absolute;
    width:25%;
    height:285px;
    cursor:pointer;
    z-index:150;
    }
#imgprev {
    left:0;
    background:url(../images/gal//left.gif) left center no-repeat;
    }
#imgnext {
    right:0;
    background:url(../images/gal/right.gif) right center no-repeat;
    }
#imglink {
    position:absolute;
    height:285px;
    width:100%;
    z-index:100;
    opacity:.4;
    filter:alpha(opacity=80);
    }
.linkhover {
    
    }
#thumbnails {
    height:81px;
    margin-top:5px;
    margin-left:5px;
    }
#slideleft {
    float:left;
    width:20px;
    height:81px;
    background:url(../images/gal/scroll-left.gif) center center no-repeat;
    background-color:#222;
    cursor:pointer;
    }
#slideleft:hover {
    background-color:#333;
    }
#slideright {
    float:right;
    width:20px;
    height:81px;
    background:#222 url(../images/gal/scroll-right.gif) center center no-repeat;
    cursor:pointer;
    }
#slideright:hover {
    background-color:#333;
    }
#slidearea {
    float:left;
    position:relative;
    width:385px;
    margin-left:5px;
    height:81px;
    overflow:hidden;
    }
#slider {
    position:absolute;
    left:0;
    height:81px;
    }
#slider img {
    cursor:pointer;
    padding:2px;
    }