.jspContainer {
	width: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	height: 1278px !important;
}
.jspPane {
	width: auto !important;
}
.center_frame .posts_home .jspContainer {
	overflow: hidden;
	position: relative;
	height: 1100px !important;
}
.tab_container .jspContainer, .right_frame2 .jspContainer, .center_frame .jspContainer {
	overflow: hidden;
	position: relative;
	height: 1100px !important;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #F0F0F0;
	position: relative;
	background-color: #DDDDEE;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #B1B1B1;
	background-image: url(../images/bgscroll.jpg);
	background-repeat: repeat-y;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 90%;
}
.jspArrow {
	background: url(../images/scrooll.png) no-repeat 0 0;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow .jspDisabled {
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 90%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.tab_container .jspHorizontalBar, .right_frame2 .jspHorizontalBar {
	display: none!important;
}
.jspArrowUp {
	background-position: left top;
}
.jspArrowDown {
	background-position: left bottom;
}
