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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.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: 9px;
}
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: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}




/* Custom Styles */

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.holder {
	float: left;
	margin: 0;
}

.scroll-pane {
	width: 280px;
	height: 200px;
	overflow: auto;
	background: #000;
	float: left;
	color: #fff;
}

.scroll-pane2 {
	width: 179px;
	height: 216px;
	overflow: auto;
	background: #000;
	float: left;
	color: #fff;
}

#abil_history {
	height: 295px;
	width: 395px;
}

#purch_history {
	height: 308px;
	width: 395px;
}

#death_history {
	width: 265px;
	height: 255px;
}

#kills_history {
	width: 265px;
	height: 255px;
}

#assists_history {
	width: 265px;
	height: 255px;
}

#event_history {
	height: 300px;
	width: 220px;
}

#matches_recent {
	height: 192px;
	width: 176px;
}

#matches_views {
	height: 120px;
	width: 176px;
}

#matches_rating {
	height: 120px;
	width: 176px;
}

/* Guides */
#guide_list_holder {
	height: 469px;
	width: 310px;
}

#text_guide_holder {
	height: 368px;
	width: 302px;
	text-align: left;
}

/* Dream */
#dream_feed_cont {
	height: 300px;
	width: 100%;
}

.playerstats_byhero {
	height: 300px;
	width: 350px;
}

.honscroll .jScrollPaneTrack {
	background: url(../images/ui/hon_track.gif) repeat-y;
}
.honscroll .jScrollPaneDrag {
	background: url(../images/ui/hon_drag_middle.gif) no-repeat;
}

.honscroll a.jScrollArrowUp {
	height: 24px;
	background: url(../images/ui/hon_arrow_up.gif) no-repeat 0 -23px;
}
.honscroll a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.honscroll a.jScrollArrowDown {
	height: 24px;
	background: url(../images/ui/hon_arrow_down.gif) no-repeat 0 -23px;
}
.honscroll a.jScrollArrowDown:hover {
	background-position: 0 0;
}
