/*------------------------------------------------------------------------
# Yt Vm Scroll Bar - Version 1.0
# Copyright (C) 2011 SmartAddons.Com. All Rights Reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Author: YouTech Company
# Websites: http://www.smartaddons.com/
 -------------------------------------------------------------------------*/



.jspPane
{
	position: relative;
    display: inline-block;
}

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

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
    /*padding-left: 15px;*/
	/*background: red;*/
}

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(../images/bk_scrol_center_theme_horz.png) repeat-x;
	position: relative;
}

.jspDrag
{
	background: url(../images/scrol_center_theme_horz.png) repeat-x;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    top: 3px;
}

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

/*.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}*/
.jspArrowLeft{
	background: url(../images/bk_scrol_left_theme_horz.png) no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
    width: 22px;
}
.jspArrowLeft .jspDisabled{
	background: url(../images/bk_scrol_left_theme_horz.png) no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
    width: 20px;
}
/*.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}*/
.jspArrowRight{
	background: url(../images/bk_scrol_right_theme_hroz.png) no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
    margin-left: -4px;
    width: 25px;
}
.jspArrowRight .jspDisabled{
	background: url(../images/bk_scrol_right_theme_hroz.png) no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
    width: 23px;
}
.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	/*width: 23px;*/
	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;
}