.homeScrollPane{width:248px; overflow:auto; float:left}
#trackAlerts{position:relative;height:120px;width:245px;z-index:20;overflow-y:auto;overflow-x:hidden}
#trackAlerts div.inner{position:absolute;z-index:18;width:245px;height:auto;top:auto}
#trackAlerts ul{position:relative;z-index:19;margin:0;padding:0}
#trackAlerts ul.newsticker{top:120px}
#trackAlerts ul li{list-style:none;clear:both;padding:0 0 5px}
#trackworkAlerts{height:120px}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:13px;height:100%}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:13px}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}
.jspCap{display:none}
.jspTrack{background:#ececec;position:relative}
.jspDrag{position:relative;top:0;left:0;cursor:pointer;background:#fff;border:1px solid #999;width:11px}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{text-indent:-20000px;display:block;cursor:pointer}
.jspVerticalBar .jspArrow{height:13px}
.jspHorizontalBar .jspArrow{width:13px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:none}
.jspCorner{background:#eeeef4;float:left;height:100%}
* html .jspCorner{margin:0 -3px 0 0}
a.jspArrowUp{background:url(/img/homeScrollUp.gif) no-repeat 0 0}
a.jspArrowDown{background:url(/img/homeScrollDown.gif) no-repeat 0 0}
.scrollHolder,.jspHorizontalBar .jspCap{float:left}
a.jspArrowUp:hover,a.jspArrowDown:hover,a.jspActiveArrowButton:hover,a.jspActiveArrowButton{background-position:0 0}
