
.MoveMap{
	position: relative;
	height: 19px;
	width: 100%; 
	padding-left: 5px ;
	padding-right: 5px ;
}

.MoveMap_left{
	width: 9px;
	height: 19px;
	background-color: #CCEFFC;
	background-image: url(immagini/location_separator.png);
	background-repeat: no-repeat;
	float: left;
}

.MoveMap_right{
	width: 9px;
	height: 19px;
	background-color: #CCEFFC;
	background-image: url(immagini/location_right.png);
	background-repeat: no-repeat;
	float: right;
}

.MoveMap_center{
	font-size: 80%;
	background-color: #CCEFFC;
	height: 16px;
	padding-top: 3px; 
}


.MoveMap_element
{
	height: 19px;
	text-decoration: none;
	background-image: url(immagini/location_separator.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-attachment: fixed;
}

