@charset "utf-8";
/* CSS Document */
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none}
#wrapper {width:201px; margin:0 auto; display:none; padding:0;}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:201px; height:197px; /*padding:2px*/; /*border:1px solid #ccc;*/ background:#fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); padding:5px;}
#information {position:absolute; bottom:0; left:0; width:100%; height:0;/* background:#7fb2dd;*/ color:#fff; overflow:hidden; z-index:200; /*opacity:.7; filter:alpha(opacity=70)*/  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); display:none;}
#information h3 {padding:4px 8px 3px 8px; font-size:40px;   /*background:url(../images/arrow.png) no-repeat right;*/}
#information h3 a{ margin:0; padding:0 40px 0 0; background:url(../images/arrow.png) no-repeat right; color:#fff; text-decoration:none;}
#information p {padding:0 8px 8px; font-size:14px; display:none;}
#image {width:201px; height:197px;}
#image img {position:absolute; z-index:25; width:201px; height:197px;}
.imgnav {position:absolute; width:25%; height:197px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:197px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin:5px 0;}
#slideleft {float:left; width:14px; height:40px; background:url(../images/scroll-left.gif) center center no-repeat; /*background-color:#222*/}
#slideleft:hover {/*background-color:#333*/}
#slideright {float:right; width:14px; height:40px; background:/*#222*/ url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {/*background-color:#333*/}
#slidearea {float:left; position:relative; width:160px; margin-left:5px; height:40px; overflow:hidden}
#slider {position:absolute; left:0; height:40px}
#slider img {cursor:pointer;border:/*1px solid #666;*/ padding:2px; height:40px; width:40px;}