/* Scroll bars */

div.scrollholder
{
    position: relative;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
	background:url(s5_arrowbackground_s5_pe.png) repeat-y scroll 0 0;
	float:right;
	font-size:0;
	position:relative;
	width:17px;
	z-index:3;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
	margin-left:2px;
	margin-top:-6px;
}  
	
#blenddiv {
	overflow:hidden;
	background-repeat: no-repeat; 
	position:absolute;
	z-index:1;
	}
	
#toptrack {
	position: relative;
    float:right;
	width:17px;
	height:27px;
	background:transparent url(s5_arrowup_s5_pe.png) no-repeat;}
	
#bottomtrack {
	position: relative;
    float:right;
	width:17px;
	height:27px;
	background:transparent url(s5_arrowdown_s5_pe.png) no-repeat;}
	

#s5_slidertop_s5_pe {
	height:5px;width:13px;
	background:transparent url(s5_slidertop_s5_pe.png) no-repeat;}

#s5_slidermiddle_s5_pe {
	height:102%;
	width:13px;
	background:transparent url(s5_slidermiddle_s5_pe.png) repeat-y;}

#s5_sliderbottom_s5_pe {
	height:5px;width:13px;
	background:transparent url(s5_sliderbottom_s5_pe.png) no-repeat;}
	
