/* IT WORKS */
body{
     border:5px solid red;
}

.loading {
    background-image: url(/skin/frontend/base/default/images/ajax-load.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.glsmapcontitem {
    margin-top: 1em;
}
.glsmapcontitem:last-child {
    margin-bottom: 1em;
}

#glsmap{
	width:100%;
	height:400px;
}

#glspslist{
	width:100% !important;
	max-width:100% !important;
}