#slideshow {
    color: #FFFFFF;
    list-style: none outside none;
}
#slideshow span {
    display: none;
}
#wrapper {
    display: none;
    margin: 10px auto 50px;
    width: 506px;
}
#wrapper * {
    margin: 0;
    padding: 0;
	border:0;
}
#fullsize {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    height: 375px;
    padding: 2px;
    position: relative;
    width: 500px;
}
#information {
    background: none repeat scroll 0 0 #ededed;
    bottom: 0;
    color: #FFFFFF;
    height: 0;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    width: 500px;
    z-index: 200;
}
#information h3 {
    font-size: 14px;
    padding: 4px 8px 3px;
}
#information p {
    padding: 0 8px 8px;
}
#image {
    width: 500px;
}
#image img {
    position: absolute;
    width: auto;
    z-index: 25;
}
.imgnav {
    cursor: pointer;
    height: 381px;
    position: absolute;
    width: 25%;
    z-index: 150;
}
#imgprev {
    background: url("../js/TinySlideshow/images/left.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    left: 0;
}
#imgnext {
    background: url("../js/TinySlideshow/images/right.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    right: 0;
}
#imglink {
    height: 381px;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.linkhover {
    background: url("../js/TinySlideshow/images/link.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#thumbnails {
    margin-top: 15px;
}
#slideleft {
    background: url("../js/TinySlideshow/images/scroll-left.gif") no-repeat scroll center center #fff;
    float: left;
    height: 81px;
    width: 20px;
}
#slideleft:hover {
    background-color: #9e9e9e;
}
#slideright {
    background: url("../js/TinySlideshow/images/scroll-right.gif") no-repeat scroll center center #fff;
    float: right;
    height: 81px;
    width: 20px;
}
#slideright:hover {
    background-color: #9e9e9e;
}
#slidearea {
    float: left;
    height: 81px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    width: 456px;
}
#slider {
    height: 81px;
    left: 0;
    position: absolute;
}
#slider img {
    border: 1px solid #666666;
    cursor: pointer;
    padding: 2px;
}
