#playlistscroll {
	height: 340px; 
	overflow: auto;
	position: relative;
	padding: 0px 10px 0px 0px;
}
#playlistscroll_hscrollerbase {
	display:none;
}
#playlistscroll_vscrollerbase {
	width: 13px;
	background-repeat: repeat-y;
	background-image: url(scrollbasepl.png);
}
#playlistscroll_vscrollerbar {
	height: 32px !important;
	width: 13px;
	background-image: url(scrollbarpl.png);
}
#playlistscroll_mcontentwrapper {
	width: 155px !important;
	left: -15px !important;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	float:left;
	/*background-color: #E7EADE;*/
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	float:left;
	/*background-color: #E7EADE;*/
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	float:left;
	/*background-color: #E7EADE;*/
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	float:left;
	/*background-color: #E7EADE;*/
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	margin: 0.3em auto;
	padding: 15px;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
    width: 500px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

