
/* Nav & General Layout */

.ss-container{
	margin-top: 0px;
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	padding-bottom: 40%;
	margin-bottom:20px;
}

/* Map CSS */
 
#canvas_holder{
position: absolute;
top: 0px;
left: 0px;
width:100%;

}
 
#map_canvas{
width:100%;
height:100%;
position: absolute;
top: 0px;
left: 0px;

}
 
#map
{
position: relative;
width: 100%;
height:100%;
}

.info
{
width: 250px;
height: 120px;
}


.info img
{
width: 150px;
height: 100px;
}
