

/* ------ 6.2 Slider ----- */

.slider { width: 520px; position: relative; }
.slides { position: absolute; left: 50px; }
.previous, .next, .pager a { background: url(images/bg-slider.png) no-repeat; }
.previous, .next { position: absolute; top: 190px; display: block; width: 20px; height: 3px; text-indent: -9999px; }
.previous { left: 5px; background-position: -20px 0; }
.next { left: 495px; background-position: -40px 0;  }
.pager { position: absolute; top: 415px; width: 450px; z-index: 100; left: 58px; }
.pager a { display: block; width: 16px; height: 16px; background-position: 3px 3px; float: left; text-indent: -9999px; }
.pager a:hover, .pager a.activeSlide { background-position: 3px -17px; }

/* ------ 6.3 Slide Deck ----- */

#slidedeck_frame { 
	width: 966px; 
	height: 300px; 
	margin:0;
}

#slidedeck_frame dl { 
	height:300px !important;
	margin: 0;
 }	
.slidedeck dl { 
	height:300px;
	overflow:hidden;
	position:relative;
}		
.slidedeck dd { background: #f8f8f8 url(../img/bg-deck-slide.gif) right 1px no-repeat; height: 12px; padding: 26px 0px;}

.slidedeck dt { 
	cursor: pointer; 
	height: 53px; 
	top:273px !important;
	top:-1px\9 !important;
	*top:-1px !important;
}

.slidedeck dt#gestao_deck { 
	background: url(../img/tira_4.png) -1px 1px no-repeat; 
	}
	
.slidedeck dt#gestao_deck:hover, .slidedeck dt#gestao_deck.active { 
	background-position: -300px 0px; 
	}
	.slidedeck .deck_1{ 
		
		z-index: 10 !important;
	}
	
.slidedeck dt#loc_deck { 
	background: url(../img/tira_3.png) -1px 0px no-repeat; 
	height: 290px !important;
}

.slidedeck dt#loc_deck:hover, .slidedeck dt#loc_deck.active {
	background-position: -301px 0; 
}
.slidedeck dt#fest_deck { 
	background: url(../img/tira_2.png) -1px 0px no-repeat;
	height: 290px !important; 
}
.slidedeck dt#fest_deck:hover, .slidedeck dt#fest_deck.active { 
	background-position: -301px 0px; 
}

.slidedeck dt#buffet_deck { 
	background: url(../img/tira_1.png) 2px 0px no-repeat; 
	height: 290px !important;
}
.slidedeck dt#buffet_deck:hover, .slidedeck dt#buffet_deck.active { 
	background-position: -296px 0px; 
}

.slidedeck .activeCorner { margin:-6px 0 0 -2px; background: url(../img/buf_1.png); width: 10px; height: 28px; }

.slidedeck .panel { 
	position: absolute; 
	width: 759px; 
	height: 295px;
	margin:0 0 0 -15px; 
	left: 0; 
	top: 1px; 
}

