/* Slide */
#gallery {position:relative; width:320px; margin:1px auto; padding:1px; border:1px solid #fff; background:#FFF }
#images {border:2px solid #9ac1c9; height:185px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:316px; height:185px; padding:0px; border:0px solid #FFF; background:#FFF url(../img/frame/loading.gif) center center no-repeat}
#image img {position:absolute; top:0px; left:5px}
#thumbwrapper {margin-top:1px; padding:2px 0; width:316px; height:32px; border:2px solid #FFF; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:32px; width:316px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:32px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:185px; width:20%; z-index:100; height:185px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../img/frame/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../img/frame/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/* Corner */
.box  { border:0px; padding: 0px; text-align: center; margin: 0px }
#box1 { zoom:1 }                                       /* fluid (zoom for layout) */
#box2 { height: 45px;  }                              /* fixed height */
#box3 { width:  125px; margin:auto }          /* fixed width */
#box4 { height: 33px; width: 125px; margin:auto }     /* fixed height and width */
div.inner { margin: 0; background: #ffc; padding: 0px; border:0; zoom:1;}
div.outer { float: left; margin: 0px; background: #c82; padding: 8px; }
