#slideshow 
{
 list-style: none;
 color: #fff;
 margin-left: auto;
 margin-right: auto;
 width: 900px;
 align: center;
 height: 450px;
 top: 40px;
}

#slideshow span 
{
 display: none;
}

#wrapper 
{
 width: 900px;
 margin-right: auto;
 margin-bottom: 30px;
 margin-left: auto;
 margin-right: auto;
 display: none;
 top: 40px;
}

#wrapper * 
{
 margin: 0;
 padding: 0;
}

#fullsize 
{
 position: relative;
 width: 900px;
 height: 450px;
 padding: 0px;
 background-color: #fff;
}

#information 
{
 position: absolute;
 top: 0px;
 width: 900px;
 height: 15px;
 background-color: #fff;
 overflow: hidden;
 z-index: 200;
 opacity: .65;
 filter: alpha(opacity=65);
}

#information h3 
{
 padding-top: 3px;
 padding-right: 30px;
 padding-bottom: 3px;
 padding-left: 30px;
 font-stretch: semi-condensed;
 font-weight: lighter;
}

#information p 
{
 padding-top: 0;
 padding-right: 30px;
 padding-bottom: 8px;
 padding-left: 30px;
 font-stretch: semi-condensed;
 font-weight: lighter;
}

#image 
{
 width: 900px;
 height: 450px;
}

#image img 
{
 position: absolute;
 z-index: 25;
 align: center;
 display: block;
}

.imgnav 
{
 position: absolute;
 width: 25%;
 height: 450px;
 cursor: pointer;
 z-index: 150;
}

#imgprev 
{
 left: 0;
 background-image: url("../foto/slideshowimages/left.png");
 background-position: left center;
 background-repeat: no-repeat;
}

#imgnext 
{
 right: 0;
 background-image: url("../foto/slideshowimages/right.png");
 background-position: right center;
 background-repeat: no-repeat;
}

#imglink 
{
 position: absolute;
 height: 450px;
 width: 100%;
 z-index: 100;
 opacity: .2;
 filter: alpha(opacity=20);
}

.linkhover 
{
 background-image: url("../foto/slideshowimages/link1.gif");
 background-position: center center;
 background-repeat: no-repeat;
}

/*not in use from here below*/
#thumbnails 
{
 margin-top: 15px;
}

#slideleft 
{
 float: left;
 width: 0px;
 height: 0px;
 background-image: url("../foto/slideshowimages/scroll-left.gif");
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #fff;
}

#slideleft:hover 
{
 background-color: #000;
}

#slideright 
{
 float: right;
 width: 0px;
 height: 0px;
 background-image: url("../foto/slideshowimages/scroll-right.gif");
 background-color: #fff;
 background-position: center center;
 background-repeat: no-repeat;
}

#slideright:hover 
{
 background-color: #000;
}

#slidearea 
{
 position: relative;
 width: 0px;
 margin-left: 5px;
 height: 0px;
 overflow: hidden;
 float: left;
}

#slider 
{
 position: absolute;
 left: 0;
 height: 0px;
}

#slider img 
{
 cursor: pointer;
 border-color: #aaa;
 border-width: 0px;
 border-style: solid;
 padding: 2px;
}
