#conteudo{
	padding-top: 10px;
}
.grupo{
	margin-bottom: 40px;
}
.grupo .fotos div{
	color: #fff;
	width: 112px;
	height: 72px;
	display: inline-block;
	background-color: #bbb;
	vertical-align: top;
	margin: 4px 2px;
	cursor: pointer;
}
.grupo:hover .fotos div{
	background-color: #fba92f;
}
.grupo .fotos div .dia{
	font-size: 26px;
	text-align: center;
	display: inline-block;
	width: 44%;
	height: inherit;
	padding-top: 20px;
	padding-left: 2%;
	font-weight: bold;
	vertical-align: top;
}
.grupo .fotos div .mes{
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding-top: 15px;
	width: 49%;
	vertical-align: top;
}
.grupo .fotos div .ano{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	vertical-align: top;
}
.grupo h4{
	margin: 0px;
	padding: 12px 0px 6px;
	color: #999;
	font-size: 20px;
	font-weight: normal;
}
.grupo .fotos .img{
	width: 112px;
	height: 72px;
	display: inline-block;
	background: #e8e8e8 url(geral/loading.gif) no-repeat center center;
	vertical-align: top;
	margin: 4px 2px;
	cursor: pointer;
	border-bottom: 3px solid #e8e8e8;
}
.grupo .fotos .img:hover{
	background-color: #efefef;
	border-bottom: 3px solid #fba92f;
}
.grupo .fotos .img a{
	display: block;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
.grupo .fotos .img img{
	width: 100%;
	border: none;
	/*display: none;*/
}

#slide{
	width: 720px;
	background-color: #fafafa;
	position: absolute;
	right: 0;
	z-index: 500;
}
#slide .header h1{
	font-size: 18px;
	padding-left: 44px;
	width: 590px;
	font-family: "Arial";
	color: #999;
	font-weight: normal;
	display: inline-block;
}
#slide .header .close{
	width: 22px;
	height: 22px;
	background: url(geral/sprites_slide.png) no-repeat -27px -123px;
	border: none;
	cursor: pointer;
	float: right;
	margin: 14px;
}
#slide .header .close:hover{
	background-position: -2px -123px;
}
#slide .middle .arrow_esq{
	width: 44px;
	height: 422px;
	border: none;
	cursor: pointer;
	float: left;
	padding-left: 12px;
	background: none;
}
#slide .middle .arrow_esq span{
	width: 18px;
	height: 40px;
	background: url(geral/sprites_slide.png) no-repeat -3px -38px;
	display: block;
}
#slide .middle .arrow_esq:hover span{
	background-position: -3px -78px;
}
#slide .middle .arrow_esq:active span{
	background-position: -3px 2px;
}
#slide .middle .arrow_dir{
	width: 44px;
	height: 422px;
	border: none;
	cursor: pointer;
	float: right;
	padding-left: 12px;
	background: none;
}
#slide .middle .arrow_dir span{
	width: 18px;
	height: 40px;
	background: url(geral/sprites_slide.png) no-repeat -28px -38px;
	display: block;
}
#slide .middle .arrow_dir:hover span{
	background-position: -28px -78px;
}
#slide .middle .arrow_dir:active span{
	background-position: -28px 2px;
}
#slide .middle .img{
	width: 632px;
	min-height: 422px;
	display: block;
	float: left;
	background: #ccc url(geral/loading.gif) no-repeat center center;
	border: none;
}
#slide .middle .img img{
	width: 100%;
}
#slide .footer{
	overflow: hidden;
	width: 100%;
}
#slide .footer ul{
	text-align: center;
}
#slide .footer ul li{
	position: relative;
	margin: 0px 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(geral/sprites_slide.png) no-repeat -12px -152px;
}
#slide .footer ul li:hover, #slide .footer ul li.active{
	background-position: -21px -152px;
}
#slide .footer ul li:active{
	background-position: -30px -152px;
}