/*
 * 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.
 */

#stacks_in_144_page30 .jspContainer
{
	overflow: hidden;
	position: relative;
}

#stacks_in_144_page30 .jspPane
{
	position: absolute;
}

#stacks_in_144_page30 .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

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

#stacks_in_144_page30 .jspVerticalBar *,
#stacks_in_144_page30 .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#stacks_in_144_page30 .jspCap
{
	display: none;
}

#stacks_in_144_page30 .jspHorizontalBar .jspCap
{
	float: left;
}

#stacks_in_144_page30 .jspTrack
{
	background: #FFFFFF;
	/**/
	position: relative;
}

#stacks_in_144_page30 .jspDrag
{
	background: #919191;
	/**/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

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



#stacks_in_144_page30 .jspArrow
{	
	text-indent: -20000px;
	display: block;
	cursor: pointer;

}

#stacks_in_144_page30 .jspArrow:hover
{
	background-color:#AAAAAA;
}

#stacks_in_144_page30 .jspArrow.jspDisabled
{
	cursor: default;
}

#stacks_in_144_page30 .jspArrowUp{
	background-color:transparent;
	background:  #CCCCCC   no-repeat;
}
#stacks_in_144_page30 .jspArrowDown{
	background-color:transparent;
	background:  #CCCCCC   no-repeat;
}
#stacks_in_144_page30 .jspArrowRight{
	background-color:transparent;
	/*background:  url() no-repeat;*/
}
#stacks_in_144_page30 .jspArrowLeft{
	background-color:transparent;
	/*background:  url() no-repeat;*/
}
#stacks_in_144_page30 .jspArrowUp:hover{

	background:   #AAAAAA   no-repeat;
}
#stacks_in_144_page30 .jspArrowDown:hover{

	background:   #AAAAAA   no-repeat;
}
#stacks_in_144_page30 .jspArrowRight:hover{

	/*background: #AAAAAA url() no-repeat;*/
}
#stacks_in_144_page30 .jspArrowLeft:hover{

	/*background: #AAAAAA url() no-repeat;*/
}

#stacks_in_144_page30 .jspVerticalBar .jspArrow
{
	height:16px;
	width:10px;
}

#stacks_in_144_page30 .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}



#stacks_in_144_page30 .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

#stacks_in_144_page30 .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
#stacks_out_144_page30 {
	margin-left:0;
}

#stacks_out_145_page30 {
	width: 70%;
}

#stacks_in_145_page30 {
	padding:  5px;
}
