@charset "utf-8";
/* CSS Document */

#excursoes_home {
	height: 236px;
	width: 602px;
}
h1.excursoes_home {
	background-image: url(../images/images/destaques.jpg);
	background-repeat: no-repeat;
	width: 602px;
	height: 36px;
	margin: 0 auto;
}
.excursoes_bg_bottom {
	background-image: url(../images/images/excursoes_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 602px;
}


.sliderwrapper{
	position: relative; 
	overflow: hidden; 
	width: 602px; 
	height: 185px;
	background-image: url(../images/images/excursoes_bg_middle.jpg);
	background-repeat: repeat-y;
}


.sliderwrapper .contentdiv{
	position: absolute; 
	left: 80px; 
	top:0px;  
	margin: 10px 10px 0px 0px;
	width: 523px; 
	height: 185px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 79px; 
	height:185px;
	text-align:left;
	padding: 5px 10px 5px 10px;
	position:absolute;
	top: 391px;
	z-index:1;
}

/*
.pagination a{
}

.pagination a:hover, .pagination a.selected{
}
*/

a.toc {
	width:59px;
	height:34px;
	position:absolute;
	top:45px;
	left:10px;
	background-image:url(../images/nav_excursoes/excursoes_1.jpg);
	background-repeat:no-repeat;
}
a:hover.toc {
	background-image:url(../images/nav_excursoes/excursoes_1_hover.jpg);
}

a.toc2 {
	width:59px;
	height:34px;
	position:absolute;
	top:80px;
	left:10px;
	background-image:url(../images/nav_excursoes/excursoes_2.jpg);
	background-repeat:no-repeat;
}
a:hover.toc2 {
	background-image:url(../images/nav_excursoes/excursoes_2_hover.jpg);
}

a.toc3 {
	width:59px;
	height:34px;
	position:absolute;
	top:115px;
	left:10px;
	background-image:url(../images/nav_excursoes/excursoes_3.jpg);
	background-repeat:no-repeat;
}
a:hover.toc3 {
	background-image:url(../images/nav_excursoes/excursoes_3_hover.jpg);
}

a.next {
	width:59px;
	height:34px;
	position:absolute;
	top:10px;
	left:10px;
	background-image:url(../images/nav_excursoes/excursoes_proxima.jpg);
	background-repeat:no-repeat;
}
a:hover.next {
	background-image:url(../images/nav_excursoes/excursoes_proxima_hover.jpg);
}

a.prev {
	width:59px;
	height:34px;
	position:absolute;
	top:150px;
	left:10px;
	background-image:url(../images/nav_excursoes/excursoes_retorna.jpg);
	background-repeat:no-repeat;
}
a:hover.prev {
	background-image:url(../images/nav_excursoes/excursoes_retorna_hover.jpg);
}

span.toc{
	display:none;
}

.textos_contentdiv {
	width:123px;
	height:175px;
	margin:0px 0px 0px 10px;
	padding:0px;
	position:absolute;
	left:500px;
	z-index:5;
}

.evento_1 {
	background-image:url(../images/excursoes/evento_trivela.jpg);
	background-repeat:no-repeat;
	width: 495px;
	height: 175px;
	margin: 0px;
	padding:0px;
	text-indent:-100em;
	overflow:hidden;
}
.evento_1 a img{
	display: block;
	border:0;
}

.evento_2 {
	background-image:url(../images/excursoes/evento_nana_fest_rio.jpg);
	background-repeat:no-repeat;
	width: 495px;
	height: 175px;
	margin: 0px;
	padding:0px;
}
.evento_2 a img{
	display: block;
	border:0;
}

.evento_3 {
	background-image:url(../images/excursoes/evento_arraial.jpg);
	background-repeat:no-repeat;
	width: 495px;
	height: 175px;
	margin: 0px;
	padding:0px;
}
.evento_3 a img{
	display: block;
	border:0;
}

