/* EXISTING */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: white;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #E6E6E6;
	position: relative;
}
.jspDrag {
	background: #B3B3B3;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: grey;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp {
	background:grey url('arrow-up-down.png') no-repeat;
	width:10px;
	height:10px;
}
.jspArrowDown {
	background:grey url('arrow-up-down.png') no-repeat;
	background-position: 0px -10px;
	width:10px;
	height:10px;
}

.jspArrow.jspDisabled {
	cursor: default;
	/*background: #80808d;*/
}
.jspVerticalBar .jspArrow {
	height: 10px;
}
.jspHorizontalBar .jspArrow {
	width: 10px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}


/*******************************************/

.scroll-pane {
	width: 100%;
	margin: 0 auto;
	height: 206px;
	width: 180px;
	overflow: auto;
	background: #F2F2F2;
	border:5px solid white;
}
#iff-news {
	width: 100%;
	margin: 0 auto;
	height: 261px;
	width: 180px;
	overflow: auto;
	overflow-y: hidden;
	border:0px solid red;
}
