/* Set the maxmimum height of the layerswitcher when it's shown*/ 
.layer-switcher.shown {
    max-height: 500px;
	max-width:300px
}
