/*
 * Tiny Slideshow
 */
#tiny_slideshow {list-style:none; color:#fff}
#tiny_slideshow span {display:none}
#wrapper {width:910px; height:670px; margin:0px; background:#fff; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:910px; height:575px; background:#fff}
#information {position:absolute; bottom:0; width:910px; height:0; margin-bottom:5px; background:#000; color:#fff; overflow:hidden; z-index:200; filter:alpha(opacity=70); background-color:rgba(0,0,0,0.7) }
#information h3 {padding:4px 8px 3px; font-size:18px; font-weight:bold; color:#fff;}
#information p {padding:0 8px 8px;}
#image {width:910px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:575px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../sections/slideshow/images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../sections/slideshow/images/right.gif) right center no-repeat}
#imglink {background:url(../sections/slideshow/images/blank.gif) repeat; position:absolute; margin-left:25%; height:575px; width:50%; z-index:150; filter:alpha(opacity=40)}
.linkhover {background:url(../sections/slideshow/images/link.gif) center center no-repeat !important}
#thumbnails {margin-top:5px;}
#slideleft {float:left; width:20px; height:83px; background:url(../sections/slideshow/images/scroll-left.gif) center center no-repeat; background-color:#D6DADB}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:83px; background:url(../sections/slideshow/images/scroll-right.gif) center center no-repeat; background-color:#D6DADB}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:860px; margin-left:5px; height:83px; background-color:#ccc; overflow:hidden}
#slider {position:absolute; left:0; height:83px}
#slider img {cursor:pointer; border:2px solid #333; padding:2px}
