#bigMap{
	float:right;
	width:476px;
	position:relative;
	margin-right:10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
#bigMap span{
	cursor:pointer;
}

#bigMap.mapClosed{
	border-style:solid;
	border-width: 1px;
	border-color: #BCC896;
	width:200px;
}
#bigMap.mapOpen{
	
	width:900px;
	height:800px;
}

#bigMapCon{
	
}
#liste{

	position:absolute;
	right:10px;
	top: 20px;
	width:200px;
	
}
#liste span{
	cursor:pointer;
}
.infoWindowBigMap{
	min-height:150px;
}