/*
 * 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: 16px;
    height: 100%;
	background-color: #f7f7f7;
	border: 1px solid #fff;
}

/*.slider_banner .jspVerticalBar
{
	background-color: #FFF;
	height:260px;
}*/

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #f7f7f7;
	border: 1px solid #fff;
}

.jspVerticalBar *,
.jspHorizontalBar * {    margin: 0;    padding: 0;}

.jspCap{    display: none;}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #fff;
    position: relative;
	width: 6px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.jspDrag
{
    background:  #1f73ac;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
	border: 1px solid #195d8c;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    text-indent: -5000px;
    display: block;
    cursor: pointer;
    padding: 0;
	width: 12px;
	height: 12px;
	margin: 0 auto;
}

.jspArrow.jspDisabled	{    cursor: default;}

.jspVerticalBar .jspArrow{    height: 12px;}
.jspHorizontalBar .jspArrow{    width: 12px;    float: left;    height: 12px;}
.jspVerticalBar .jspArrow:focus	{    outline: none;}

.jspArrowUp 	{    background: url(../img/scroll.gif) no-repeat center 0;}

.jspArrowDown	{    background: url(../img/scroll.gif) no-repeat center -12px;}

.jspCorner		{    background: #eeeef4;    float: left;    height: 100%;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

.slider_banner .jspVerticalBar { background-color: #fff;}