/*
 * 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:12px;
	height:100%;
}
#cn-photos-upload-photos-form .jspVerticalBar {
	width:11px;
}
.jspVerticalBar * {
	margin:0;
	padding:0;
}
.jspCap {
	display:none;
}
.jspHorizontalBar .jspCap {
	float:left;
}
.jspTrack {
	background:#dde1e4;
	position:relative;
	clear:both;
}
#cn-photos-upload-photos-form .jspTrack {
	background-color:#fff;
}
.jspDrag {
	background:#828382;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
	width:12px;
}
#cn-photos-upload-photos-form .jspDrag {
	width:11px;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}
.jspArrow {
	width:12px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn_scroll_up.jpg) no-repeat top left;
	display:block;
	cursor:pointer;
}
#cn-photos-upload-photos-form .jspArrow {
	width:11px;
	background-image:url(../images/btn_scroll-terms_up.jpg);
}
.jspArrowDown {
	background-image:url(../images/btn_scroll_down.jpg);
}
#cn-photos-upload-photos-form .jspArrowDown {
	background-image:url(../images/btn_scroll-terms_down.jpg);
}
.jspArrow.jspDisabled {
	cursor:default;
}
.jspVerticalBar .jspArrow:focus {
	outline:none;
}
.jspCorner {
	background:#eeeef4;
	float:left;
	height:100%;
}