.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

slider1 {
    width: 720px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

.container {
	width: 50em;
	margin: 1.5 em;
	border: 0;
	background: #881c33;
	font: medium;
	
	
	
	
	}



/* vespa pronto-- Each page will have class active on its menu*/

#navPyra {
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: 0px solid #9FB1BC;
	
	}

#navPyra li {
	margin: 0; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 15px;
	line-height: 70px;
	font-weight: bold;
	padding: 0 21px 6px 22px;
	text-decoration: none;
	color: #ffffff;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #187664;
	background:url(vh1.jpg) no-repeat bottom center;
	}
