#wrapper {
	width: 982px;
	float: left;
	position: relative;
}

#slider {
	width: 900px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	height: 295px;
	width: 900px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background-attachment: scroll;
	background-image: url(../imagens/gradiente.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.scrollContainer div.panel {
	padding: 10px;
	height: 275px;
	width: 900px;
}
.divisoria {
	width:77px;
	height:245px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #523f04;
	padding-left: 10px;
	padding-top: 30px;
	position: relative;
}
.divisoria2 {
	width:176px;
	height:245px;
	float:left;
	position: relative;
	padding-top: 18px;
}

.divisoria p{
	display:block;
	margin: 0px;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.ano {
	display:block;
	width:63px;
	float: left;
	position: relative;
	padding-top: 110px;
	text-align: center;
	background-color: #000;
}


#shade {
	height: 59px;
	background-image: url(../imagens/shade.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 900px;
	position: relative;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	position: absolute;
	top: 140px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -30px;
}

.scrollButtons.right {
	right: -30px;
}

.hide {
    display: none;
}

