@charset "UTF-8";
/* ---------------------------------------------
Copyright (c) 2010 S.Nao
-----------------------------------------------*/
#jquery-overlay {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            z-index:90
         }
         #jquery-largephotobox {
            position:fixed;
            top:0;
            left:0;
            width:100%;
            z-index:100;
            line-height:0;
            _position:absolute; /* Fix IE 6 */
            _top: expression(document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop + 'px'); /* Fix IE 6 */
            _left: expression(document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft + 'px') /* Fix IE 6 */
         }
         #jquery-largephotobox a img {border:none}
         #largephotobox-container {
            position:fixed;
            top:50%;
            left:50%;
            _position:absolute; /* Fix IE 6 */
         }
         #largephotobox-container-image {
            position:absolute;
            overflow:hidden
         }
         #largephotobox-image {
            position:absolute;
            top:0;
            left:0
         }
         #largephotobox-btnclose {
             position:absolute;
             top:-15px;
             right:-15px;
             z-index:1
         }
         #gallery {
            background-color:#D4CAB6;
            padding:5px;
            margin:10px;
            width:auto
         }
         #gallery p {list-style:none}
         #gallery ul {list-style:none}
         #gallery ul li {display:inline}
         #gallery ul img {
            border:5px solid #3e3e3e;
            border-width:5px
         }
         #gallery ul a {text-decoration:none}
         #gallery ul a:hover img {
            border:5px solid #fff;
            border-width:5px;
            color:#fff
         }
         #gallery ul a:hover {color:#FFF}