﻿
/** GALLERY **/

/* CSS code by DM */
#cnt-main.gallery {border:none;padding:0;}
#gallery {overflow:hidden;height:370px;}
.gallery-imgnav, #gallery-np, #gallery-pp, #gallery-caption {position:absolute;}
.gallery-imgnav {width:28px;height:0; padding-top:30px;overflow:hidden; margin: 117px 0 0 0;z-index:3;}
.gallery-activeinav, .gallery-activepnav {cursor:pointer;z-index:50;}
#gallery-image {width: 515px;height:250px; background: url(../images/gallery-image-load.jpg) no-repeat; overflow:hidden;}
#gallery-image img {position:absolute;z-index:1;}
#gallery-image #gallery-image-main {z-index:2;}
.gallery-pagenav {width:15px;height:0;padding-top:58px;overflow:hidden;margin-top:43px;}
.gallery-activeinav {margin-left:0px;background: url(../images/gallery-n-p.png) no-repeat 0 -36px;}
#gallery-ni.gallery-activeinav {margin-left:487px;background: url(../images/gallery-n-p.png) no-repeat 0 0;}
.gallery-activepnav { background: url(../images/gallery-n-p.gif) no-repeat 0 -30px;}
#gallery-np.gallery-activepnav {margin-left:500px;background: url(../images/gallery-page-next.png) no-repeat 0 0;}
#gallery-pp.gallery-activepnav {background: url(../images/gallery-page-prev.png) no-repeat 0 0;}
.gallery-activepnav:hover {background-position: 0 -58px !important;}
#gallery-thumbs-wrap {padding:40px 0 0 14px;}
#gallery-thumbs-wrap, #gallery-thumbs {width:500px;height:58px;}
#gallery-thumbs {position:relative;overflow:hidden;top:3px;}
#gallery-thumbs ul {list-style-type:none;margin:0;padding:0;position:relative;cursor:pointer;background:none;}
#gallery-thumbs ul li {background:none;margin:0;padding:0;display:block;float:left;margin-right:3px;width:119px;overflow:hidden;}
#gallery-thumbs ul li.over {border-color:#CCC;}
#gallery-thumbs ul li.current {border-color:#465a8d;}
#gallery-thumbs ul li img {border:none;display:block;}
p#gallery-caption {font-weight:bold; margin:0.5em 0; padding:0 0 0.5em 0; border-bottom:1px solid #b2b2b2;width:515px; font-size:0.75em;}
