
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background-image: url(/images/overlay.png);*/
	width:19px!important;
						  
						  }
.jScrollPaneDrag {
	position: absolute;
	background: #d71981;
	cursor: pointer;
	overflow: hidden;
	width:9px!important;
	left:5px;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 14px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 14px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

a.jScrollArrowUp {
	background: url(/images/portal/Portal-Scroll-Up.png) no-repeat 3px 5px;
	width:18px!important;
}
a.jScrollArrowUp:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollArrowDown {
	background: url(/images/portal/Portal-Scroll-Down.png) no-repeat 3px -1px;
	width:18px!important;
	
}
a.jScrollArrowDown:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-position: 0 -30px;*/
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(/images/portal/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	/*margin: 10px;*/
}

.scroll-pane {
	width: 285px;
	height: 200px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane2 {
	height: 228px;
}

.jScrollCapTop {
	float:right;
	height:299px!important;
	background-image: url(/images/portal/overlay.png);
	width:19px;
}

#scrollerContent .jScrollCapTop {
	float:right;
	background-image: url(/images/buyers/overlay2.png);
	height:338px!important;
	width:19px;
}

#scrollerContent .scroll-pane {
	width: 230px;
	height: 328px;
	overflow: auto;
	margin-left:10px;
}

#scrollerContent #pane2 {
	height: 318px;
}

#scrollerContent .holder {
	margin-top:20px;
}

#scrollwrapper {
/*width:185px;*/
}

/*content styles*/

#scrollerContent {
color:#fff;	
width:238px;
height:358px;
float:right;
background-image: url(/images/buyers/buyersScrollyBackground.jpg);
}

#scrollerContent .title {
color:#00aac3;
font-size:20px;
line-height:23px;
font-weight:normal;
padding-left:12px;
}
#scrollerContent .sub-title {
color:#fff;
font-size:20px;
line-height:23px;
font-weight:normal;
margin-bottom:12px;
padding-left:12px;
}

#scrollerContent .event-title {
	color:#f5f15c;
	font-weight:normal;
	
}

#scrollerContent .event {
margin-bottom:12px;	
padding-left:12px;
background-repeat:no-repeat;
background-image: url(/images/buyers/buyersScrollyBullet.png);
background-position: 0px 2px;
line-height:14px;
}

#scrollerContent li {
	padding-left:12px;
	padding-right: 24px;
}

#scrollerContent li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 10px;
}

#scrollerContent a:hover {
	background: url('/images/markets/scrollercontent_arrow.png') right center no-repeat;
	text-decoration:none;	
}

#scrollerContent p {
margin-bottom:10px;	
}

.buyers .jScrollPaneDrag, .markets .jScrollPaneDrag {
  background-color: #D71981;
}

.noSib{
	margin-bottom:15px;	
}




/*.buyer .jScrollPaneContainer {
height:358px;	
}*/

