.Container {
  position: absolute;
  top: 3px; left: 44px;
  width: 460px;
  height: 56px;
}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 400px;
  height: 56px;
}
#Scroller-1 p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
}
.visu_bar{
	width: 450px;
	height: 56px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid black;
	background-color: white;
}
.space{
	font-size: 2px;
	width: 2px;
}
.picture{
	width: 540px;
	height: 405px;
	border: 1px solid black;
	background-color: #C4C4C4;
	overflow:hidden;
}
.ficha{
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;		
	width: 221px;
	background-color: white;
	height: 340px;
}
.buttons{
	border-bottom: 1px solid #818181;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;		
	width: 210px;
	width: 221px;
	background-color: white;
}
.contador{
	width: 72px;
	height: 28px;
	/*background-color: white;
	border: 1px solid black;*/
	color: #1B39A9;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bolder;
}
.image_off{
	border: 1px solid #7E7E7E;
}
.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}
.ficha_apt{
	background-image: url(/img/apartamento_ativo.jpg);
	width: 204px;
	height: 286px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ficha_apt_hidden{
	background-image: url(/img/apartamento_ativo.jpg);
	width: 204px;
	height: 286px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.ficha_edf{
	background-image: url(/img/edificio_ativo.jpg);
	width: 204px;
	height: 286px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.ficha_edf_hidden{
	background-image: url(/img/edificio_ativo.jpg);
	width: 204px;
	height: 286px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.invisivel{
	display: none;
}
.visivel{
	display: block;
}
