#left_bg_pf{
width: 37px; 
background-image:url(images/left_bg.png);
background-repeat:repeat-y;
vertical-align:middle;
}
#top_bg_pf{
height: 37px; 
background-image:url(images/tob_bg.png);
background-repeat:repeat-x;
background-position:left bottom;
}
#bottom_bg_pf{
height: 37px; 
background-image:url(images/bottom_bg.png);
background-repeat:repeat-x;

}
#right_bg_pf{
vertical-align:middle;
width: 37px; 
background-image:url(images/right_bg.png);
background-repeat:repeat-y;
}
#left1_cr{
width: 37px; 
height:37px;
background-image:url(images/left_cr.png);
background-position:left bottom;
background-repeat:no-repeat;
}

#right1_cr{
width: 37px; 
height:37px;
background-image:url(images/right_cr.png);
background-position:left bottom;
background-repeat:no-repeat;
}

#left2_cr{
width: 37px; 
height:37px;
background-image:url(images/left1.png);
background-position:left top;
background-repeat:no-repeat;
}

#right2_cr{
width: 37px; 
height:37px;
background-image:url(images/right2.png);
background-position:left top;
background-repeat:no-repeat;
}

#img_pf_clo{
margin-left:-57px;
margin-top:38px;
position:absolute;
z-index:10;
background-image:url(images/pt_c.png);
height:39px;
width:39px;
cursor:pointer;
}
#img_pf_r{
margin-left:-46px;
position:absolute;
z-index:10;
background-image:url(images/pt_r.png);
height:79px;
width:28px;
cursor:pointer;
}
#img_pf_l{
margin-left:37px;
z-index:10;
position:absolute;
background-image:url(images/pt_l.png);
height:79px;
width:28px;
cursor:pointer;
}

#td_centr_pt{
border:1px solid #6a6a6a;
padding-right:17px;
background-color: #fff;
}
.scroll-pane{overflow:auto;}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 1000px;
	
	background:url(images/dargfon.png) repeat-y left top;
	
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(images/darg.png) no-repeat left top;
	height:141px;

}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(images/topp.png) no-repeat center top;
	height:24px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(images/bottomm.png) no-repeat center top;
	height:22px;
	
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}




#simplemodal-overlay {background-color:#fbfbfb;}


