* {
margin:0;
padding:0;
border:0;
}
html, body { height: 100%; overflow:hidden;
}
body {
	background-color: #FFFFFF;
	overflow:hidden;
}

#logo {
	width: 340px;
	height: 60px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 15px;
	position: absolute;
	z-index: 3;
	
}
#menu {
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 3;
	position: fixed;
}
#ano {
	width: 350px;
	height: 20px;
	top: 40%;
	left: 0px;
	margin-top: -10px;
	margin-left: 15px;
	z-index: 3;
	position: absolute;
}
#barrabranca {
	width: 15px;
	height: 210px;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	z-index: 5;
	
}
#conteudo {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 40%;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 4;
	background-color: #F5F5F5;	
}
#foto {
	width: auto;
	height: 1200px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	display: inline;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#fz7 {
	bottom: 0px;
	right: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	z-index: 10;
	position: fixed;
}
.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

p
{
margin: 0px;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: 0px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}













.slider {
  width: 570px;
  margin: 0 auto;
  position: relative;
  border: 4px solid #EEE;
}

.scroll {
  overflow: hidden;
  width: 570px;
  margin: 0 auto;
  position: relative;
}

.scrollContainer {
  position: relative;
}

.scrollContainer div.panel {
  padding: 10px;
  width: 276px;
  height: 530px;
}

.left-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  bottom: 0;
  background: url(look/leftshadow.png) repeat-y;
}

.right-shadow {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  bottom: 0;
  background: url(look/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;	
}

.inside img {
  display: block;
  width: 250px;
}

.scrollButtons {
  position: absolute;
  top: 210px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -45px;
}

.scrollButtons.right {
  right: -45px;
}

.hide {
  display: none;
}