#overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:190;
	width:100%;
	height:auto;

    background-image: url(/images/fone-tran-black-80.png);
    display: none;
}


/* таблица слайдшоу tabslideshow*/
#tabslideshow{
    /* мои строчки Паша */
    position: absolute;
    z-index:200;
   display:none;
   width:auto;
}

#tabslideshow td{
	text-align:center;
	padding:0;
}

#tabslideshow td, #tabslideshow tr{
	font-size:0;
	border:0 none;
}
/* frame style */
#tabslideshow td.tl, #tabslideshow td.br{
	height:15px;
	width:15px;
}

#tabslideshow td.tl{
	background-image:url(/slideshow/visuallightbox/images/borderTopLeft.png);
}
#tabslideshow td.tc{
	background-image:url(/slideshow/visuallightbox/images/borderTopCenter.png);
}
#tabslideshow td.ml{
	background-image:url(/slideshow/visuallightbox/images/borderMiddleLeft.png);
}
#tabslideshow td.mr{
	background-image:url(/slideshow/visuallightbox/images/borderMiddleRight.png);
}
#tabslideshow td.bc{
	background-image:url(/slideshow/visuallightbox/images/borderBottomCenter.png);
}
#tabslideshow td.tr{
	background-image:url(/slideshow/visuallightbox/images/borderTopRight.png);
}
#tabslideshow td.bl{
	background-image:url(/slideshow/visuallightbox/images/borderBottomLeft.png);
}
#tabslideshow td.br{
	background-image:url(/slideshow/visuallightbox/images/borderBottomRight.png);
}

/* №таблица слайдшой tabslideshow*/
#imageDataContainer{
   position:fixed;
   z-index:200;
   background:#222;
   height:43px;
   width:100%;
   border-top:1px #333 solid;

   top:auto;
   bottom:0px;
   color:#fff;

    overflow: hidden;
    display: none;
}
#caption
{
    width:450px;
    height:40px;
    float:left;
    overflow:hidden;
    font-size: 110%;
    font-weight:bold;
}

#control{
    padding-top:6px;
	float:right;
    width:144px;
}

/****************/

#prevnav{
    width:32px;
    height:32px;
    float:left;
    margin-right:5px;
    background: url(/slideshow/visuallightbox/images/prevnav.png);
}
#prevnav:hover{
    background-position: 0 -32px;
}

#play{
   width:32px;
    height:32px;
    float:left;
    margin-right:5px;
    background: url(/slideshow/visuallightbox/images/play.png);
}
#play:hover{
    background-position: 0 -32px;
}

#play.started{
	background-image:url(/slideshow/visuallightbox/images/pause.png);
}
#play.started:hover{
    background-position: 0 -32px;
}

#nextnav{
   width:32px;
    height:32px;
    background: #47f;
    float:left;
    background: url(/slideshow/visuallightbox/images/nextnav.png);
}
#nextnav:hover{
    background-position: 0 -32px;
}

#close{
    width:32px;
    height:32px;
    float:right;
    background: url(/slideshow/visuallightbox/images/close.png);
}
#close:hover{
    background-position: 0 -32px;
}

#prevnav,#play,#nextnav,#close{
    cursor:pointer;
}

/**************************************/


#previmg{
    width:40%;
    height:100%;

    position:absolute;
    z-index:200;
    background-image:url(data:image/gif;base64,AAAA); /* чтобы hover работал в ie*/
}

#previmg{
    left:0;
}

#previmg:hover{
    background:url(/slideshow/visuallightbox/images/previmg.png) left center no-repeat;
    cursor: pointer;
}

#nextimg{
    width:40%;
    height:100%;

    position:absolute;
    z-index:10;
    background-image:url(data:image/gif;base64,AAAA); /* чтобы hover работал в ie*/
}

#nextimg{
    right:0;
}

#nextimg:hover{
    background:url(/slideshow/visuallightbox/images/nextimg.png) right center no-repeat;
    cursor: pointer;
}

/*************** album *********************/


#album{
  
}
#album .name_album{
    /*width:100%;
    margin:0 auto 20px auto;
    font-family: Verdana;
    font-weight: normal;
    text-align:right; */
}


/*
#album .cell{
    width:192px;
  
    height: 108px;
    float:left;
    margin:10px 10px 58px 10px;

    background: #DDDDDD;
    text-align: left;
}
*/

/*
#album .cell .img5{

    border:none;

    margin:auto;

    position:absolute;

top:0;
bottom:0;
left:0;
right:0;



}
*/


/*
#album .cell h2{
    font-size: 90%;
    font-weight: normal;
    margin-top:2px;
}
#album .cell h2 a{
    width:192px;
}


#album .description{
    width:90%;
    margin:0 auto 50px auto;
    text-align:justify;
}

#album a{
    text-decoration: none;
    color:#666;
}

#album a:hover{
    text-decoration: underline;
    }

#album .thumb{
  margin-left:5px;
}
*/


/***********  %album ***************/