﻿@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; background:#fff;}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper { width:960px; display:none;}
#wrapper * {margin:0; padding:0}
#fullsize { position:relative; width:950px; height:450px; padding:4px; border:1px solid #ccc; background:#fff}

#information { position:absolute; bottom:3px; width:950px; height:0; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70);}
#information h3 { margin:0; padding:0; font-size:18px; height:50px; line-height:50px; padding-left:30px; background:#000; text-align:center;}
#information p { height:0px; clear:both; visibility:hidden;}
#image { width:950px;}
#image img { position:absolute; z-index:25; width:auto;}
.imgnav { position:absolute; width:25%; height:450px; cursor:pointer; z-index:150}
#imgprev { left:4px; background:url(../images/left.gif) left center no-repeat;}
#imgnext { right:4px; background:url(../images/right.gif) right center no-repeat;}
#imglink {position:absolute; height:450px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}

#thumbnails {margin-top:10px;}
#slideleft {float:left; width:21px; height:80px; background:url(../images/scroll-left.gif) center center no-repeat; cursor:pointer;}
#slideright {float:right; width:21px; height:80px; background:url(../images/scroll-right.gif) center center no-repeat; cursor:pointer;}

#slidearea {float:left; position:relative; width:907px; margin-left:5px; margin-right:5px; height:80px; overflow:hidden}
#slider {position:absolute; left:0; height:80px}
#slider img {cursor:pointer; width:137px; height:70px; border:1px solid #ccc; padding:4px;}

