
#Slideshow {
	float:left; height: 449px; width:940px; margin-left:10px; overflow: hidden; margin-top:5px; background:url(../imagens/sombra.png) no-repeat bottom center;
}
#SlideTop {
	position: relative; z-index: 29;
}
#SlideRepeat {
	position: relative; z-index: 29;
}
#SlideBottom {
	position: relative; z-index: 29;
}
.slidePrev {
	position: relative; z-index: 29;
}
.slideNext {
	position: relative; z-index: 29;
}
#slidePager {
	position: relative; z-index: 29;
}

#Slides {
	background: none; height: 430px; width:940px; overflow: hidden; margin-top: 0px; margin-bottom: 16px;
}

#Slides img{height:430px;}

#Slides a{position:relative; z-index:9999px;}

a.slidePrev {
	top: -270px; left:-10px; width: 46px; height: 87px; display: block; z-index: 30;
}
a.slideNext {
	top: -270px; right:-11px; width: 48px; height:87px; display: block; z-index: 30;
}
a.slidePrev {
	background:url(../imagens/left.png) no-repeat 0px 0px; margin: 0px 0px 0px 24px; float: left;
}
a.slideNext {
	background:url(../imagens/right.png) no-repeat 0px 0px; margin: 0px 18px; float: right;
}



#slidePager {
	top:0px;
	clear:both;
	margin:0 auto;
	height:15px;}
#slidePager a, #slidePager a:visited {
	float: left;
	width: 19px;
	height: 15px;
	overflow: hidden;
	background: transparent url("../imagens/paginacao.png") no-repeat 0 0;
	text-decoration: none;
	text-indent: -1234px;}
#slidePager a:hover {
	background-position: -19px 0;}
#slidePager a.activeSlide {
	background-position: -38px 0;}




