#hand { 
position: fixed;
right:-450px;
bottom: 0;
background: url('../Images/hand-bg.png') no-repeat bottom right; 
width:256px; height: 261px;  
padding-left:40px;
padding-right:120px;
padding-top: 15px; 
}
#hand a.close {
    position:absolute;
    top:20px;
    right:120px;    
}
#hand a.close:hover {
    text-decoration:none;
    font-weight:bold;
}


.news h6 {
    line-height:20px;
}


.lb-v-dummy { width: 100%; display: block; height: 1px; }
.lb-h-dummy { height: 100%; display: block; width: 1px; }
.lb-clear { clear: both; }
.lb-wrap { z-index: 0; overflow: auto; position: relative; }
/*.lb-scrollbar-wrap { position: absolute; left: 0; top: 0; }*/
.lb-v-scrollbar { z-index: 1; position: absolute; right: 2px; top: 2px; width: 7px; height: 100%; background: #cfcfcf; opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.lb-h-scrollbar { z-index: 1; position: absolute; bottom: 2px; left: 2px; width: 100%; height: 7px; background: #cfcfcf; opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.lb-v-scrollbar-slider { position: absolute; width: 7px; height: 50px; left: 0; top: 0; background: #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.lb-h-scrollbar-slider { position: absolute; height: 7px; width: 50px; left: 0; top: 0; background: #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }


.marked, .row.marked p, .row.marked h3 {
    color: red;
}

.share42init {
    display: inline-block;
float: right;
margin-top: -50px;
}
#share42 {
    display:inline-block; position:relative; top:0px; right:0px; padding: 6px 0 0 6px; 

}
#share42 a {
    opacity: 0.5;
    filter: gray; /* IE 5+ */
    filter: grayscale(100%);
    -webkit-filter: grayscale(1); /* Chrome 18+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"; /* new IE */
transition: 0.1s ease-in-out; 
-moz-transition: 0.1s ease-in-out; 
-webkit-transition: 0.1s ease-in-out; 
}
#share42 a:hover {
    opacity: 1;
        filter: none;
        -webkit-filter: none;
        -ms-filter: none;
        
transition: 0.1s ease-in-out; 
-moz-transition: 0.1s ease-in-out; 
-webkit-transition: 0.1s ease-in-out; 
}