#galleria_container{
	float:left;
	z-index:99999;
	overflow:visible;
	position:absolute;}
#mycustomscroll{
/* Typical fixed height and fixed width example */
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
margin: 0.3em;
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;
}


