/************************/
/*стили для фотогалереии*/
/************************/

.gallery-photo {margin: 5px;}
.gallery-photo-caption {margin: 5px; }
.gallery-description {margin: 5px; clear: both;}
.gallery-photo a {line-height: 1px; display: inline-block;}
.photoGallery .innerAlbum a {line-height: 1px;}
.albumPhotoGallery .innerAlbum a {line-height: 1px;}
.photoGallery .innerAlbum .leftDesc a, .photoGallery .innerAlbum .rightDesc a {line-height: 1.2;}
.albumPhotoGallery .innerAlbum .leftDesc a, .albumPhotoGallery .innerAlbum .rightDesc a {line-height: 1.2;}

.center-gal-img {clear: both; text-align: center;}
.left-gal-img {float: left;}
.right-gal-img {float: right;}

.titleAlbum {
    color: #02759C;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.publicAlbum {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: none;
}

.photoGallery {
    /*margin-left: -25px;*/
    /*width: 945px;*/
}

.photoGallery .blockAlbum, .albumPhotoGallery .blockAlbum{
    cursor: pointer;
    float: left;
    margin: 10px 17px 10px 0;
    /*width: 290px;*/
}

.photoGallery .blockAlbum.empty, .albumPhotoGallery .blockAlbum.empty{
    cursor: default;
}

.blockAlbum .bgAlbum {
    /*background-color: #E1E1E1;*/
    /*padding: 5px;*/
    border: 5px solid #E1E1E1;
}

.blockAlbum .innerAlbum {
    border: 1px solid #FFFFFF;
    display: block;
    /*height: 200px;*/
    position: relative;
}

.innerAlbum img {
    border: medium none;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    /*width: 100%;*/
}

.blockAlbum .loupePhoto {
    background: url("images/icon_loupe.png") no-repeat scroll center center transparent;
    bottom: 15px;
    height: 33px;
    /*left: 120px;*/
    left: 50%;
    position: absolute;
    width: 33px;
    margin-left: -16px;
}



.blockAlbum .descAlbum {
    background: url("images/bg_title.png") repeat scroll center center transparent;
    bottom: 0;
    height: 45px;
    left: 0;
    margin-top: -68px;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}

.blockAlbum .descAlbum .leftDesc {
    border-right: 1px dotted #FFFFFF;
    color: #FFFFFF;
    float: left;
    text-align: center;
    width: 60px;
}

.blockAlbum .descAlbum .numPhotos {
    font-size: 24px;
    font-weight: bold;
}

.blockAlbum .descAlbum .rightDesc {
    /*float: left;*/
    /*margin: 0 10px;*/
    margin: -11px 5px 0 75px;
    /*width: 195px;*/
}

.blockAlbum .descAlbum .rightDesc {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.blockAlbum .descAlbum .rightDesc a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: underline;
}
div.clear {
    clear: both;
}

.line-block  {
    border-top: 1px dotted #4C4C4C;
    /*cursor: pointer;*/
    /*margin: 20px 0;*/
    padding-top: 10px;
    /*text-align: right;*/
}

.bck_link_to_photogal {
    /*background: url("images/next.png") no-repeat scroll right center #8B3341;*/
    background: url("images/next.png") no-repeat scroll left center #33608B;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 5px 10px 5px 20px;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}

.bck_link_to_photogal:hover {
    text-decoration: none;
}

/************************/
/*стили для видеогалегеи*/
/************************/

.viewVideo {
    margin: auto;
    padding: 20px 0 40px;
    width: 610px;
}

.viewVideo .titleVideo {
    color: #7E7E7E;
}

.viewVideo .blockVideo {
    background-color: #E1E1E1;
    display: block;
    margin: 10px 0;
    padding: 5px;
}

.viewVideo .inVideo {
    background-color: #333333;
    display: block;
    height: 370px;
    width: 600px;
}

.blockAlbum .leftDesc.play {
    background: url("images/icon_play.png") no-repeat scroll right top transparent;
    height: 45px;
    width: 50px;
}

.dateAlbum {
    color: #7E7E7E;
}

.rightDescvideo {
    margin: -7px 5px 0 58px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: underline;
}