/*
 * 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: 0px;
	right: 0px;
	width: 16px;
	height: 100%;
	background: red;
	bottom:0px;
}

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

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.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: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	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;
}
/**************************************/
/*  Begin My Collections scrollBars   */
#myCollections .jspVerticalBar {
  width:10px;
  background-color:transparent;
}
#myCollections .collection_note .jspVerticalBar {
  width:5px; 
}
#myCollections .jspTrack {
  background-color:#161616;
  border-radius:5px;
}
#myCollections .collection_note .jspTrack {
  background-color:#686868;
  border-radius:0px;
  
}
.jspVerticalBar .jspDrag {
  width:10px;
  background-color:#686868; 
}
.collection_note .jspVerticalBar  .jspDrag {
  background-color:#161616; 
}

#myCollections .jspHorizontalBar {
  height:10px;
  background-color:transparent;
}
.jspHorizontalBar .jspDrag {
  background-color:#686868; 
}
#public_content .jspHorizontalBar {
  novisibility:hidden !important;
}
/*  End My Collections scrollBars   */
/**************************************/

/**************************************/
/*  Begin Inscriptions and Seals Accordion scrollBars   */
#inscriptions_seals .jspVerticalBar, 
#object_essay .jspVerticalBar, 
#singledata .jspVerticalBar, 
#artists_bio .jspVerticalBar, 
#related_works .jspVerticalBar, 
#pertinent_questions .jspVerticalBar, 
#object_comments .jspVerticalBar, 
#exhibition_publication .jspVerticalBar,
#bibliography .jspVerticalBar {
width:16px;
background: #9b9b9b; 
}
#inscriptions_seals .jspTrack, 
#object_essay .jspTrack,
#singledata .jspTrack, 
#artists_bio .jspTrack, 
#related_works .jspTrack, 
#pertinent_questions .jspTrack, 
#object_comments .jspTrack, 
#exhibition_publication .jspTrack,
#bibliography .jspTrack{
  background: #9b9b9b; /* Old browsers */
  background: -moz-linear-gradient(left, #9b9b9b 0%, #bdbdbd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9b9b9b), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9b9b9b 0%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9b9b9b 0%,#bdbdbd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9b9b9b 0%,#bdbdbd 100%); /* IE10+ */
  background: linear-gradient(to right, #9b9b9b 0%,#bdbdbd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#bdbdbd',GradientType=1 ); /* IE6-9 */
}
#inscriptions_seals .jspVerticalBar .jspDrag, 
#object_essay .jspVerticalBar .jspDrag, 
#singledata .jspVerticalBar .jspDrag, 
#artists_bio .jspVerticalBar .jspDrag, 
#related_works .jspVerticalBar .jspDrag, 
#pertinent_questions .jspVerticalBar .jspDrag, 
#object_comments .jspVerticalBar .jspDrag, 
#exhibition_publication .jspVerticalBar .jspDrag,
#bibliography .jspVerticalBar .jspDrag{
  width:16px;
  background: #9b9b9b url(../images/sprite.png) no-repeat -6px -433px; 
}

#inscriptions_seals .jspVerticalBar .jspDrag:hover, 
#object_essay .jspVerticalBar .jspDrag:hover, 
#singledata .jspVerticalBar .jspDrag:hover, 
#artists_bio .jspVerticalBar .jspDrag:hover, 
#related_works .jspVerticalBar .jspDrag:hover, 
#pertinent_questions .jspVerticalBar .jspDrag:hover, 
#object_comments .jspVerticalBar .jspDrag:hover, 
#exhibition_publication .jspVerticalBar .jspDrag:hover,
#bibliography .jspVerticalBar .jspDrag:hover{
  width:16px;
  background: #9b9b9b url(../images/sprite.png) no-repeat -24px -433px; 
}

#inscriptions_seals .jspArrowUp, 
#object_essay .jspArrowUp, 
#singledata .jspArrowUp, 
#artists_bio .jspArrowUp, 
#related_works .jspArrowUp, 
#pertinent_questions .jspArrowUp, 
#object_comments .jspArrowUp, 
#exhibition_publication .jspArrowUp, 
#bibliography .jspArrowUp {
    width:16px;
    height:16px;
    background: #9b9b9b url(../images/sprite.png) no-repeat -78px -433px;
}

#inscriptions_seals .jspArrowUp:hover, 
#object_essay .jspArrowUp:hover, 
#singledata .jspArrowUp:hover, 
#artists_bio .jspArrowUp:hover, 
#related_works .jspArrowUp:hover, 
#pertinent_questions .jspArrowUp:hover, 
#object_comments .jspArrowUp:hover, 
#exhibition_publication .jspArrowUp:hover, 
#bibliography .jspArrowUp:hover {
    width:16px;
    height:16px;
    background: #9b9b9b url(../images/sprite.png) no-repeat -42px -433px;
}
#inscriptions_seals .jspArrowUp:active, 
#object_essay .jspArrowUp:active, 
#singledata .jspArrowUp:active, 
#artists_bio .jspArrowUp:active, 
#related_works .jspArrowUp:active, 
#pertinent_questions .jspArrowUp:active, 
#object_comments .jspArrowUp:active, 
#exhibition_publication .jspArrowUp:active, 
#bibliography .jspArrowUp:active {
    width:16px;
    height:16px;
    background: #9b9b9b url(../images/sprite.png) no-repeat -60px -433px;
}
#inscriptions_seals .jspArrowDown, 
#object_essay .jspArrowDown, 
#singledata .jspArrowDown, 
#artists_bio .jspArrowDown, 
#related_works .jspArrowDown, 
#pertinent_questions .jspArrowDown, 
#object_comments .jspArrowDown, 
#exhibition_publication .jspArrowDown, 
#bibliography .jspArrowDown {
    width:16px;
    height:16px;
    background: #9b9b9b url(../images/sprite.png) no-repeat -78px -451px;
}

#inscriptions_seals .jspArrowDown:hover, 
#object_essay .jspArrowDown:hover, 
#singledata .jspArrowDown:hover, 
#artists_bio .jspArrowDown:hover, 
#related_works .jspArrowDown:hover, 
#pertinent_questions .jspArrowDown:hover, 
#object_comments .jspArrowDown:hover, 
#exhibition_publication .jspArrowDown:hover, 
#bibliography .jspArrowDown:hover {
    width:16px;
    height:16px;
    background: #9b9b9b url(../images/sprite.png) no-repeat -42px -451px;
}

#inscriptions_seals .jspArrowDown:active, 
#object_essay .jspArrowDown:active, 
#singledata .jspArrowDown:active, 
#artists_bio .jspArrowDown:active, 
#related_works .jspArrowDown:active, 
#pertinent_questions .jspArrowDown:active, 
#object_comments .jspArrowDown:active, 
#exhibition_publication .jspArrowDown:active, 
#bibliography .jspArrowDown:active {
    width:16px;
    height:16px;
    background: #9b9b9b url(../images/sprite.png) no-repeat -60px -451px;
}

/*  End Inscriptions and Seals Accordion scrollBars   */
/**************************************/