@CHARSET "ISO-8859-1";

/*scroller*/
.bar .jScrollPaneDrag {
	position:absolute;
	background:url("../../images/scrollbar.jpg") no-repeat !important;
	height:40px;
	width:10px;
	z-index: 100;
}

/*scroller background*/

.bar .jScrollPaneTrack { 
/*background:#5A1D1A;*/
	background:#401e1c;
/*	filter: alpha(opacity =   30);
	-moz-opacity:0.2;
	opacity: 0.2;
	z-index: 10;*/
	z-index:5;
}

.blackTrack .jScrollPaneTrack {
	background:#29140f;
/*	filter: alpha(opacity =   30);
	-moz-opacity:0.2;
	opacity: 0.2;*/
}

.bar .jScrollPaneTrackTransparent{
	postion:relative;
	filter: alpha(opacity =   30);
	-moz-opacity:0.3;
	opacity: 0.3;
	z-index: 10;
}

.pressBar .jScrollPaneTrack{
	/*background:#58332d;*/
	background:url("../images/pressbar.png");
	/*filter: alpha(opacity =   30);
	-moz-opacity:0.3;
	opacity: 0.3;*/
	z-index: 10;
}
.content_holder{
	overflow:auto;
	width:420px;
	height:390px;
}

.darkBrownTrack .jScrollPaneTrack{
	background: #0d0f0e;!important;
}

.darkCoffeeTrack  .jScrollPaneTrack{
	background: #201211;
	}

.redBrown .jScrollPaneTrack{
	background: #471b1a;!important;
}

.redTrack .jScrollPaneTrack{
	background:#732f22;
	}

.termsandConditons .jScrollPaneTrack{
	background: #5d1d1b;
	}
	

#pane3{
	overflow:auto;
	width:420px;!important; 
	height:375px; !important;
	padding-right:5px;
}

