/* Tiny Scrollbar */
#photocomment { width: 290px; }
#photocomment .viewport { width: 280px; overflow: hidden; position: relative; }
#photocomment .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#photocomment .scrollbar{ background: transparent; position: relative; background-position: 0 0; float: right; width: 10px; }
/*url(../images/bg-scrollbar-track-y.png) no-repeat 0 0*/
#photocomment .track { background: transparent; height: 100%; width:8px; position: relative; padding: 0 1px; }
/* url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%*/
#photocomment .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 20px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#photocomment .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 20px; }
#photocomment .disable { display: none; }

#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-family: arial;
    font-weight: normal;
}
#lightbox img {
    margin:auto;
}
.imgContainer {
    margin:0px;
    padding:0px;
    text-align:center;
}
#lightbox a img {
    border: none;
}
.commentContainer {
    width:300px;
    background:#fff;
    float:right;
    margin-left:10px;
    border-left:1px solid #ddd;
}
.lb-image {
    margin:auto;
}
.lb-outerContainer {
    position: relative;
    background:#000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 10px;
}
.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    display:none;
}
.waiting {
    cursor:wait;
}
.lb-nav {
    position: absolute;
    top: 50px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
}
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    /* Trick IE into showing hover */
    display: block;
}
.lb-prev {
    left: 0;
    float: left;
}
.lb-next {
    right: 0;
    float: right;
}
.lb-prev:hover {
    background: url(../images/prev.png) left 48% no-repeat;
}
.lb-next:hover {
    background: url(../images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
    min-height:40px;
    position: absolute;
    bottom:0px;
    background:#333;
    margin-bottom: 10px;
    padding-top:5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;  
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 10px;
    color: #bbbbbb;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 11px;
}
.lb-closeContainer {
    padding:5px;
    position: absolute;
}
.lb-close, .lb-max, .lb-play {
    width: 35px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.lb-close:hover, .lb-max:hover, .lb-play:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; 
}
#photocomment {
    margin:8px; 
    margin-bottom:5px;
}
#photocomment .blockReg{
}

#photocomment .blockReg h1{
    margin-bottom: 10px;
    font-size: 12pt;
    color: #33587e;
}
#photocomment a  {
    color:#042a64;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;

}
#photocomment a:hover{
    color:#f60a36;
    font-family:Arial;
    font-size: 12px;
    text-decoration: none;
}
#photocomment .linePro{
    margin: 0;
    overflow: auto;
}
#photocomment .recordImg{
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
#photocomment .recordRight{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/more.png) center no-repeat;
    visibility:hidden;
    cursor:pointer;
}
#photocomment .recordRightOver{
    background: url(../images/more_over.png) center no-repeat;
}
#photocomment .recordCont{
    font-size: 9pt;
}

#photocomment .recordCont a:hover{
    color: #33587e;
    text-decoration: underline;
}

#photocomment .recordCont .titleRecord{
    color: #383838;
    font-size: 9pt;
    margin-top:10px;

}

#photocomment .recordCont .titleRecord:hover{
    color: #ff6000;
    text-decoration: none;
}

#photocomment .bottomRecord{
    color: #999;
    padding-bottom: 8px;
    margin:0px;
    background: url(../images/arrowComment.gif) no-repeat 40px 100%;
}

#photocomment .bottomRecord a{
    font-weight: normal;
}

#photocomment .contaiRecord{
    margin:5px 0;
    margin-top:5px;
}
#photocomment .containRecordS {
    margin-left:50px;
}
#photocomment .containRecordS p{
    padding:0px;
    margin:0px;
}
#photocomment .containRecordS p a{
    padding-right:5px;
}
#photocomment .commentsRecord{
    background-color: #f2f2f2;
}

#photocomment .commentsRecord h2{
    border-top: 1px solid #e9e9e9;
    margin:0px;
    font-size:12px;
    font-weight: normal;
    margin-top: -1px;
    padding: 5px;
}

#photocomment .commentsRecord h2 a{
    font-weight: normal;
}

#photocomment .listComments{
    padding: 5px;
    padding-right:5px;
    border-top: 2px solid white;
    overflow: auto;
    display: block;
}

#photocomment .recordImgS{
    float: left;
    width:48px;
}

#photocomment .bottomRecordS{
    margin-top: 4px;
    line-height:18px;
    text-wrap: none;
    white-space:nowrap;
    color: #a9a9a9;
    font-size:11px;
}

#photocomment .bottomRecordS a{
    font-weight: normal;
}

.formCom{
    border-top: 2px solid white;
    padding: 0px;
    background:#eee;
    margin:0px;
}

.formCom textarea{
    border: 1px solid #d9d9d9;
    width: 284px;
    margin:6px;
    font-size:13px;
    color: #6f6f6f;
}