#slideshow {
color:#FFFFFF;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#slideshow span {
display:none;
}
#wrapper {
display:none;
margin:50px auto;
width:506px;
}
#wrapper * {
margin:0;
padding:0;
}
#fullsize {
background:#000000 none repeat scroll 0 0;
border:1px solid #CCCCCC;
height:300px;
padding:2px;
position:relative;
width:500px;
}
#information {
background:#000000 none repeat scroll 0 0;
bottom:0;
color:#FFFFFF;
height:0;
opacity:0.7;
overflow:hidden;
position:absolute;
width:500px;
z-index:200;
}
#information h3 {
color:#FFFFFF;
font-weight: bold;
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:306px;
position:absolute;
width:25%;
z-index:150;
}
#imgprev {
background:transparent url(images/left.gif) no-repeat scroll left center;
left:0;
}
#imgnext {
background:transparent url(images/right.gif) no-repeat scroll right center;
right:0;
}
#imglink {
height:306px;
opacity:0.4;
position:absolute;
width:100%;
z-index:100;
}
.linkhover {
background:transparent url(images/link.gif) no-repeat scroll center center;
}
#thumbnails {
margin-top:15px;
}
#slideleft {
background:#222222 url(images/scroll-left.gif) no-repeat scroll center center;
float:left;
height:81px;
width:20px;
}
#slideleft:hover {
background-color:#333333;
}
#slideright {
background:#222222 url(images/scroll-right.gif) no-repeat scroll center center;
float:right;
height:81px;
width:20px;
}
#slideright:hover {
background-color:#333333;
}
#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;
}
