.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background: none;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #f0f0f0;
	position: relative;
}
.jspDrag {
	background: #cdcdcd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #f0f0f0;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspArrow.jspArrowDown {
	background: #f0f0f0 url(../images/scroll-down.png) no-repeat center 5px;
}
.jspArrow.jspArrowUp {
	background: #f0f0f0 url(../images/scroll-up.png) no-repeat center 5px;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* =============================================================================
   OUR STYLES
   ============================================================================= */
   
.movie-releases {
	height: 88px;
	overflow: auto;
}
.more-profiles-list {
	height: 160px;
	overflow: auto;
	margin-top: 2px;
}
.more-events-list {
	height: 85px;
	overflow: auto;
	margin-top: 2px;
}
.article-list-fixed {
	height: 185px;
	overflow: auto;
	margin-top: 2px;
        overflow-x: hidden !important;
        width: auto !important;
        
}
.statistic-bdr-R {
	height: 90px;
	overflow: auto;
}

.scroll2{
	height: 180px;
	overflow: auto;
}