﻿         /*
 * 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;
	width: 100px !important;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	background: none repeat scroll 0 0 transparent;
	height: 100%;
	left: 4px;
	position: absolute;
	top: 5px;
	width: 4px;
}
.jspHorizontalBar {
	position: absolute;
	top: 2px;
	left: 0;
	width: 700px;
	height: 16px;
	background: url("../Content/images/timelineScroll.png") no-repeat scroll 0 0 transparent;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	/*background: #dde;*/
            position: relative;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspDrag {
	background: url(../../Content/images/timeline1.png) repeat-y scroll 0 0 transparent;
	cursor: pointer;
	height: 96px;
	left: -11px;
	position: absolute;
	top: 0px;
	width: 36px;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspDragTop {
	background: url(../../Content/images/timeline2.png) no-repeat scroll 0 0 transparent;
	width: 36px;
	height: 5px;
	position: absolute;
	top: -5px;
}
.jspDragBottom {
	background: url(../../Content/images/timeline3.png) no-repeat scroll 0 0 transparent;
	width: 36px;
	height: 15px;
	position: absolute;
	bottom: -15px;
}
.heart {
	position: absolute;
	top: 16%;
	background: url(../../Content/images/timeline4.png) no-repeat;
	width: 12px;
	height: 28px;
	right: 0px;
}
.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;
}
.jspDragLeft {
	width: 14px;
	height: 14px;
	background: url("../Content/images/scrolling1.png") no-repeat scroll 0 0 transparent;
	left: 0;
	position: absolute;
}
.jspDragRight {
	position: absolute;
	right: 0px;
	height: 14px;
	width: 14px;
	background: url("../Content/images/scrolling3.png") no-repeat scroll 0 0 transparent;
}
