body {
	background-color: #F2F2F2;
	margin: 0;
	padding: 0; padding-top: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 113px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 0;
padding: 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 397px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 0;
padding: 0;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 397px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 0;
padding: 0;
}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

#mycustomscroll7 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 397px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 0;
padding: 0;
}

#mycustomscroll8 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 397px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

#mycustomscroll9 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 0;
padding: 0;
}

#mycustomscroll10 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

#mycustomscroll11 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 397px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 0;
padding: 0;
}

#mycustomscroll12 {
/* Typical fixed height and fixed width example */
width: 113px;
height: 397px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

#mycustomscroll13 {
/* Typical fixed height and fixed width example */
width: 218px;
height: 555px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #F2F2F2;
margin: 0 10;
padding: 10;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 414px;
height: auto;
color: #F2F2F2;
padding: 0px;
}

.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 414px;
height: auto;
color: #F2F2F2;
padding: 10px;
}