/**
 * TheThe Sliding Panels - Left Panel CSS
 */
#tspLeftFixed {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    
}.contentLP {
    position: relative;
    margin: auto;	
    z-index: 1000;
    overflow:auto;
    overflow-y: auto;
    overflow-x: hidden;
}
#tspAbsoluteLP .tspContent{
	width:0;	
	overflow:auto;
	overflow-y: auto;
    overflow-x: hidden;
	background:url('http://newsoftomorrow.org/images/black-bg-80.png') repeat;
}
#tspAbsoluteLP {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    
}
.tspTriggerLP {
    width: 23px;
   
    top:50% !important;
	margin-top:-60px !important;
}
#tspAbsoluteLP .contentLP,
#tspAbsoluteLP .tspTriggerLP .tspTriggerC{
	border-left:none !important;
}
.tspTriggerLP .tspTriggerC {

    height: 160px;
    width: 23px;
    line-height: 22px;	
}