
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 300px;
overflow: auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
margin: 0px 0px 30px 0px;
background-color: black;
float: left;
padding: 5px;
}

#mycustomscrollpics {
/* Typical fixed height and fixed width example */
width: 450px;
height: 300px;
overflow: auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
margin: 0px 0px 30px 0px;
background-color: black;
float: right;
padding: 5px;
}


#myvideos {
/* Typical fixed height and fixed width example */
width: 250px;
height: 400px;
overflow: auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
margin: 0px 0px 30px 0px;
background-color: black;
float: right;
padding: 5px;
}


#myframepics {
/* Typical fixed height and fixed width example */
width:960px; height:475px; overflow:auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
background-color: black;
padding-bottom: 100px;
}

#myframealbums {
/* Typical fixed height and fixed width example */
width:960px; height:475px; 
overflow:auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/

}



#mycustomscrollsurvey {
/* Typical fixed height and fixed width example */
width: 440px;
height: 390px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
margin: 0px 10px 00px 0px;
background-color: transparent;
padding: 5px;
}


#mycustomscrollevents {
/* Typical fixed height and fixed width example */
width: 450px;
height: 300px;
overflow: auto;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
margin: 0px 0px 30px 0px;
background-color: black;
float: right;
padding: 5px;
}



#galwrap{height: 50px; position: absolute; margin: 75px 0px 0px 40px; width: 300px;}

#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: black;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}



