
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 690px;
height: 320px;
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 690px;
height: 340px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
}


#restaurant-gallery {
/* Typical fixed height and fixed width example */
width: 690px;
height: 375px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
}

#events-gallery {
/* Typical fixed height and fixed width example */
width: 690px;
height: 375px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
}

#splash-gallery {
/* Typical fixed height and fixed width example */
width: 895px;
height: 375px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 690px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

#photogallery {
/* Typical fixed height and fixed width example */
width: 620px;
height: 340px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
}
#weekly-events{
width: 692px;
height: 340px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000;
margin: 0.3em auto;
	}