#mycustomscroll_190 {
/* Typical fixed height and fixed width example */
width: 535px;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll_360 {
/* Typical fixed height and fixed width example */
width: 535px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll_445 {
/* Typical fixed height and fixed width example */
width: 535px;
height: 445px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll_headlines {
/* Typical fixed height and fixed width example */
width: 310px;
height: 315px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll_executive_director {
/* Typical fixed height and fixed width example */
width: 310px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll_gallery {
/* Typical fixed height and fixed width example */
width: 600px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
margin-top:30px;
padding: 15px;
}