div.rotator { 
	  position: relative;
	  width: 660px;
	  float:right;
}
div.r1 {}
      div.r1 p {
	  text-align: center;
}
div.navigation {
	
}
div.navigation div.current, div.navigation a {
		  width: 20px;
		  height: 20px;
		  float: left; 
		  overflow: hidden;
}
div.navigation a:hover {
		  text-decoration: underline;
}
div.navigation div.current {
		  background-color: #000;
}
div.navigation a {
		  display: block;
		  background-color: #000;
} 
#navegador_slide {
	background-color: #F00;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#area {
	margin-top: 50px;
	width:660px;
	float: right;
}
.style_bot1 {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.style_bot2 {
	color: #fff;
	font-weight: bold;
	text-align:center
}