/*
 * 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;
}



#ratecat_list_div .jspPane{
        height:400px !important;
}

#left_content_girls .jspPane{
    height:500px !important;
}

#left_content_girls .jspVerticalBar{
    height:560px !important;
}

#left_content_girls .jspTrack{
    height:560px !important;
}

#left_content_girls .jspContainer{
    height:500px !important;
}

#club8_roster_div .jspContainer{
        width:600px !important; /*XX*/
    
}


#club8_home_welcome .jspPane{
       width:530px !important;
    
}

#home_content .jspPane
{ 
	position: absolute;
        width:525px !important;
           
}



#left_content_contact .jspPane{
        width: 525px !important;
}

#contact_location .jspPane{
        width: 264px !important;
}

#contact_location2 .jspPane{
       width: 241px !important;
}

.jspVerticalBar
{       
	position: absolute;
	top: 0;
	right: 0;
	width: 10px; /* 1 */
	height: 100%;
	background: red;
        margin-left:20px;
        
        
}

.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: #777777; /* 2 */
	/* background: #cccccc; */ /* 2 */ /* lightgray*/
        background: black;
        background-color: black;  /* background-color and background are equivalent !*/
	position: relative;
        
        
}

.jspDrag
{       
	background: #444444; /* 3 */
	background: #e70012; /* 3 */
	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;
}