/*Custom scroll bar: PART 1, PART 2 exist in text.css */
#scroll1 {height: 320px; width: 238px;}
#pane2 {height: 320px; width: 238px;}
.holder { float: left; margin: 0px;}
#scroll-pane {width: 238px; overflow: auto; background:transparent; height: 552px;}
#search-pane {width: 232px; overflow: auto; background:transparent; height: 205px;}
#scroll-pane2 {width: 625px; overflow: auto; background:transparent;}
#breedScroll {overflow: auto; background:transparent; max-height: 145px;}
/*
 * 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: 11px;
	height: 100%;
	background: tranparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11px;
	background: tranparent;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dfdfdf;
	position: relative;
}

.jspDrag
{
	background: #a3a3a3;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #a7a7a7;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 11px;
	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;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background: #878787;
}


.jspArrow
{
	background: #cacaca url('../images/ui-icons_white.png');
	background-position: -2px 0 !important; 
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	background: #cacaca url('../images/ui-icons_blue.png');
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	background: #cacaca url('../images/ui-icons_grey.png');
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 11px;
}

.jspArrowUp
{
	background-position: -2px 0 !important; 
}

.jspArrowDown
{
	background-position: -67px 0 !important; 
}

.jspArrowLeft
{
	background-position: -98px 0 !important;
}

.jspArrowRight
{
	background-position: -34px 0 !important;
}

