#scrollbar1_container {  
    position:relative;  
    width: 420px; 
	border: solid 0px black;
} 
 
#scrollbar1_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:1px;  
    /*background-color:transparent; */
    background-color:#cccccc;  
    cursor:move;  
} 
 
#scrollbar1_handle {  
    width:10px;  
    background-color:#ffffff;  
    cursor:move; 
	right: 5px; 
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    /*opacity:0.9;  
    -moz-opacity:0.9;*/
} 
 
#scrollbar1_content {  
    overflow:hidden;  
    width:400px;  
    height:870px;
	text-align: left;
}
#scrollbar1_container_ie {  
    position:relative;  
    width:440px;  
} 
 
#scrollbar1_track_ie {  
} 
 
#scrollbar1_handle_ie {  
} 
 
#scrollbar1_content_ie {  
    overflow-y:auto;  
	overflow-x: hidden; 
    width:420px;  
    height:870px;  
	text-align: left;
}

#scrollbar_container {  
    position:relative;  
    width: 400px; 
	border: solid 0px black;
} 
 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:1px;  
    /*background-color:transparent; */
    background-color:#cccccc;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#ffffff;  
    cursor:move; 
	right: 5px; 
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    /*opacity:0.9;  
    -moz-opacity:0.9;*/
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:375px;  
    /*height:330px;*/ 
	height:870px;
	text-align: left;<style type="text/css">

}
#scrollbar_container_ie {  
    position:relative;  
    width:420px;  
} 
 
#scrollbar_track_ie {  
} 
 
#scrollbar_handle_ie {  
} 
 
#scrollbar_content_ie {  
    overflow-y:auto; 
	overflow-x: hidden; 
    width:390px;  
    /*height:330px;*/ 
	height:870px;
	text-align: left;
}
#scrollbar_container_ie {  
    position:relative;  
    width:420px;  
} 
 
#scrollbar_track_ie {  
} 
 
#scrollbar_handle_ie {  
} 
 
