/**
 * TheThe Sliding Panels - Right Panel CSS
 */
#tspRightFixed {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}.contentRP {
    position: absolute;
    margin: auto;
    z-index: 1000;
}
#tspAbsoluteRP {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1001;
}.tspTriggerRP {
   width: 75px;
    height: 290px;
	top:50% !important;
	margin-top:-145px !important;	
}

#tspAbsoluteRP .contentSP,
#tspAbsoluteRP .tspTriggerRP .tspTriggerC{
	border-right:none !important;
}
.tspTriggerRP .tspTriggerC {
    height: 320px;
    width: 75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	background-repeat:no-repeat;
	background-position:bottom;
	background-position: 50% 90%;
	background-image:url(../open-left-arrow.png);
}
.rightarrow .tspTriggerC{
	background-image:url(../open-right-arrow.png);
}

#tspRightFixed .tspTrigger span {
	display:block;
	font-size:30px;
}

