/*
 * 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
{

}

.custom-scrollbar .jspContainer
{
	background: transparent;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	/*background: red;*/
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

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

.jspCapBottom {
	height: -8px;
}

/*.jspCap
{
	display: none;
}*/

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspCap
{
	display: block;
	background: #eeeef4;
}


.jspVerticalBar .jspCap.jspCapTop
{
	display: none;
}

.custom-scrollbar .jspVerticalBar .jspCap.jspCapTop{
	height: 0;
}

.custom-scrollbar .jspTrack{
	background-color: #666;
	width: 5px;
}

.custom-scrollbar .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
}

.custom-scrollbar .jspDrag
{
	background: #E1E0E0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 5px;
}

.custom-scrollbar .jspDrag:hover{
	background:#E1E0E0;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #a1a1a1;
	position: relative;
	top: 0;
	left: 4px;
	cursor: pointer;
	width: 8px;
}

.jspDrag:hover{
	background:#000000;
}

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

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	/*cursor: default;
	background: #80808d;*/
}

.jspVerticalBar .jspArrow
{
	/*height: 20px;*/
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}
.jspArrowDown{
	/*margin-top: 6px !important;*/
	height: 17px;
	position: absolute;
	bottom: 0;
	background: url("skin/playlist.png") -104px 0px no-repeat;
	width: 16px;
}

.preview-mode .jspArrowDown{ top: 267px; }
.jspArrowDown:hover{
	background: url("skin/playlist.png") -130px 0px no-repeat;
}

.jspArrowUp{
	background: url("skin/playlist.png") -52px 0px no-repeat;
	height: 14px;
}

.jspArrowUp:hover{
	background: url("skin/playlist.png") -78px 0px no-repeat;
}
/*.sprite { background: url('sprite.png') no-repeat top left;  } 
.sprite.close_playlist { background-position: 0px 0px; width: 16px; height: 17px;  } 
.sprite.close_playlist_h { background-position: -26px 0px; width: 16px; height: 17px;  } 
.sprite.arrow_top { background-position: -52px 0px; width: 16px; height: 15px;  } 
.sprite.arrow_top_h { background-position: -78px 0px; width: 16px; height: 15px;  } 
.sprite.arrow_bottom { background-position: -104px 0px; width: 16px; height: 16px;  } 
.sprite.arrow_bottom_h { background-position: -130px 0px; width: 16px; height: 16px;  } */
.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;
}