




#ClientList {
/* Typical fixed height and fixed width example */
	width: 400px;
	height: 1000px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	float: right
	
}




.vscrollerbar {
background-image: url(/images/HighScrollBar3.png);
width: 19px;
/* following is the bit that allows us fixed height scrollbars */
height: 550px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

/*background-image: url(/images/HighScrollBar3.png);*/
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/

}
