#wrap{
	width: 100%;
}

#wrap_narrow{
	width:632px;
	float:left;
}

#map_big {
	float:left;
	width:680px;
	height:770px;
}

#map_narrow{
	float:left;
	width:632px;
	height:283px
}


#map_small {
	float:left;
	width:100%;
	height:283px;
}

#list {
    float: left;
    width: 250px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333d35;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#list li {
    padding: 3px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
}

#list li:hover {
	background-color: #666;
	color: white;
}

.olControlAttribution {
	bottom: 5px !important;
}

.olFramedCloudPopupContent{
	width: 300px;
}