﻿@charset "utf-8";
/* CSS Document */
html{
    font-size:16px;
}
body { margin:0; padding:0; }

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper { width:100%; display:none;}
#wrapper * {margin:0; padding:0}
#fullsize { position:relative; width:59.375rem; height:24.3rem; padding:0.31rem;}

#information { position:absolute; bottom:3px; width:59.375rem; height:0; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70);}
#information h3 { margin:0; padding:0; font-size:1.125rem; height:3.125rem; line-height:3.125rem; padding-left:1.875rem; background:#000; text-align:center;}
#information p { height:0px; clear:both; visibility:hidden;}
#image { width:59.375rem;}
#image img { position:absolute; z-index:25; width:auto;}
.imgnav { position:absolute; width:25%; height:24.125rem; 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:24.125rem; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}

#thumbnails {margin-top:0.3125rem;}
#slideleft {float:left; width:1.3125rem; height:5rem; background:url(../images/scroll-left.png) center center no-repeat; cursor:pointer;}
#slideright {float:right; width:1.3125rem; height:5rem; background:url(../images/scroll-right.png) center center no-repeat; cursor:pointer;}

#slidearea {float:left; position:relative; width:56rem; margin-left:0.3125rem; margin-right:0.3125rem; height:5rem; overflow:hidden}
#slider {position:absolute; left:0; height:5rem}
#slider img {cursor:pointer; width:8.5625rem; height:4.375rem; border:1px solid #ddd; padding:0.25rem;}

@media only screen and (max-width: 780px) {
    #image { width:100%;}
    html{
        font-size:6px;
    }
    #image img{
        width:100%;
    }
    #slideright{
        display: none;
    }
    #slideleft{
        display: none;
    }
}