.gallery { display:none; position: relative; top:0px; left:0px; }
.lxGallery { position:relative; top:0px; left:0px; width:100%; height:300px;
                overflow:hidden; display:none; /*border:1px dotted #333333;*/ }
.lxGalleryLoader { position:absolute; left:0px; top:0px; width:32px; height:32px; }
.lxGalleryInner { position:absolute; background-color:#fff; top:0px; left:0px; width:100%; height:300px; overflow:hidden; }
.lxGalleryHeaderC { position:relative; top:0px; left:0px; width:100%;  }
.lxGalleryHeader { position:relative; top:0px; left:80%; height:30px; line-height:30px; background-color:black;
                      color:white; width:80px; text-align:center; cursor:pointer;  }
.lxGalleryThumbsC { position:relative; top:0px; left:0px; width:100%; height:90px;
                       line-height:90px; display:block; padding-left:60px; overflow:hidden;
                       background-color:black; padding-right:50px; }
.lxGalleryThumbsCInner { position:absolute; top:0px; left:60px; width:100%; height:90px;
                       line-height:90px; display:block; overflow:hidden;
                       background-color:black; }
.lxGalleryThumbsCLeft { position:absolute; left:0px; top:0px; width:50px; background-color:black; text-align:center; height:36px; margin-top:25px; }
.lxGalleryThumbsCRight { position:absolute; right:0px; top:0px; width:50px; background-color:black; text-align:center; height:36px; margin-top:25px; }
.lxGalleryThumbsW { position:absolute; height:90px; line-height:90px; left:0px; top:0px; }
.lxGalleryThumbsW .lxGalleryThumb { position:static; top:5px; left:5px; height:70px; float:left; background-color:black; margin-top:10px; margin-right:10px; }
.lxGalleryThumbsW .lxGalleryThumb img { height:70px; cursor:pointer; width:auto; }
.lxGallery .navleft { position:absolute; left:-50px; top:100px; width:39px; padding:0px 10px; }
.lxGallery .navpp { position:absolute; left:0px; top:100px; width:39px; padding:0px 0px; }
.lxGallery .navright { position:absolute; right:-50px; top:100px; width:39px; padding:0px 10px;}
.lxGallery .navzoom { position:absolute; left:0px; top:0px; width:39px; padding:0px 0px; cursor:pointer;}
.lxGalleryInner img  { display:none; position:absolute; top:0px; left:0px; background-color:black; border:1px solid black; }
.lxGalleryInner img.big  { cursor:pointer; }
.gallery .lxGalleryText  { position:absolute; bottom:0px; left:0px; width:100%; height:auto; line-height:20px; display:none; background-color:black;color:white; }
.gallery .lxGalleryText span { display:inline-block;margin:5px; }
.gallery .lxGalleryTextOutside { background-color:white; color:black; text-align:center; font-size:10px; }