#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 262px;
height: 230px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 260px;
height: 269px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}
#mycustomscroll-sc {
/* Typical fixed height and fixed width example */
width: 260px;
height: 220px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

#mycustomscroll-big {

/* Typical fixed height and fixed width example */
width: 870px;
height: 280px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.2em auto;
padding: 12px;
}

#mycustomscroll-2o {
	width: 564px;
	height: 269px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding: 15px;
	left: 1px;
}
#mycustomscroll-horozontal{
	width: 910px;
	height: 345px;
	overflow: auto;
	position: relative;
	margin: 0.0em auto;
}
.flexcrollactive .emptyspace {
	height: 220px;
	}



