﻿#photoDetail
{
    width: 100%;
    height: 800px;
    overflow:hidden;
    position: relative;
}

#photoDetail .photoInfo{
    padding: 0 10px 5px 10px;
}

.photoInfoMore{
    margin: 5px 0 5px 10px;
}

#photoDetail .photoInfo.smaller-size{
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#photoDetail .photoInfo h2{
    padding: 5px 0;
    font-size: 15px;
}

#photoDetail #photoHolder{
    padding: 25px 0 0 0;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

#photoLeft{
    width: 0;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}

#photoDetail #photoComments{
    width: 300px;
    height: 800px;
    position: absolute;
    right: 0;
    top: 0;
    
    color: #000;
    z-index: 100;
}

#photoDetail .icons{
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 900;
}

#photoDetail .icons a{
    width: 40px;
    height: 40px;
    margin: 3px 5px 0 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}



    #photoDetail .icons a.toleft-ico {
        background: #ddd url(images/icons.png) no-repeat left top;
    }

     #photoDetail .icons a.toright-ico {
        background: #ddd url(images/icons.png) no-repeat -45px top;
    }

     #photoDetail .icons a.toleft-ico.aspNetDisabled,
     #photoDetail .icons a.toright-ico.aspNetDisabled{
         background-color: #fff;
     }

     

#photoDetail .icons a:hover{background-color: #ccc; }
#photoDetail .icons a.aspNetDisabled:hover{background-color: #fff; }


#photoDetail #photoComments .photoCommentsInner{
    padding: 0;
    height: 100%;
     overflow-y: scroll;
}

#photoDetail #photoComments .photoCommentsInner a{
    color: #e06c14;
}

.photoComments{
    padding: 50px 0 10px 0;
    margin: 0 0 0 30px;
    background: #fff;
}

#photoDetail #photoComments .fb_iframe_widget, 
#photoDetail #photoComments .fb_iframe_widget[style], 
#photoDetail #photoComments .fb_iframe_widget iframe[style], 
#photoDetail #photoComments .fb_iframe_widget span{
width: 100% !important;
}


#photoDetail #photoCommentsHandler{
    width:30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #282828;
}

#photoDetail #photoCommentsHandler .inner{
    height: 100%;
}


#photoDetail #photoCommentsHandler div.tosmall-ico,
#photoDetail #photoCommentsHandler div.towidth-ico{
    width: 30px;
    height: 50px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

#photoDetail #photoCommentsHandler div.tosmall-ico:hover,
#photoDetail #photoCommentsHandler div.towidth-ico:hover{
    background-color: #444;
}

    #photoDetail #photoCommentsHandler div.tosmall-ico {
        margin-top: 45%;
        background: #333 url(images/hide.png) no-repeat center center;
    }

    #photoDetail #photoCommentsHandler.commentshidden div.tosmall-ico {
        background: #333 url(images/show.png) no-repeat center center;
    }

    #photoDetail #photoCommentsHandler div.towidth-ico {
        background: #333 url(images/show.png) no-repeat center center;
    }

    #photoDetail #photoCommentsHandler.commentshidden div.towidth-ico {
        display: none;
    }






#photoDetail .photoImage{
    height: 100%;
    display: inline-block;
}

#photoDetail #photoMapHolder{
    margin: 10px 0;
    width: 100%;
    height: 250px;
}

.commentas{
    display: none;
}

.commNumber{
    
    color: #f68632;
}

.commentsCount{
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    color: #f68632;
}


.hideBox{
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 0 0;
    margin: 0 0 10px 0;
    position: relative;
}

.hideHandler{
    position: absolute;
    width: 137px;
    height: 38px;
    text-align: right;
    cursor: pointer;
    padding: 2px 23px 0 0;
    top: 0;
    right: 0;
    color: #808080;
    font-size: 11px;
    background: url(images/light.png) no-repeat right top;
}


.loadingBox{
   opacity: 0;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.loadingBox.fadein{
    opacity: 1;
}