﻿/* CONSOLE SLIDESHOW */
.slideShow{
	border: 8px #CCC solid;
	float:left;	
	width:100%;
	height:400px;
	margin: 0;
	background: url('../imagens/fundo_slide.png') no-repeat;
}
#slides_home { position: relative; margin: 0 auto;}
.slide_home { position: absolute; left: 50%; top: 50%; margin: 18px 0 0 -300px;}
.slide_home a { text-decoration: none; }
.slide_home span { display: block; color: #fff !important; text-transform: uppercase; position: absolute; left: 0; bottom: 9px; font-weight: bold; font-size: 18px; padding: 10px 166px 10px 10px; width: 500px; }
#slides_home img { width: 600px; height: 365px;}
#slides_home_nav { height: 43px; position: absolute; top: 50%; left: 50%; padding: 0; margin: 364px 0 0 -295px; background:transparent;}
#slides_home_nav li { width: 26px; height: 44px; list-style-type: none; display: block; float:left; background: url('../imagens/Slide/botao.png');background-position:10px 10px 0 0;padding-top: 0px}
#slides_home_nav a { width: 26px; height: 44px; background: url('../imagens/Slide/BotaoSlide.png') no-repeat -26px 0; text-align: center; color: #fff; display: block; padding-top: 20px; text-decoration: none; font-weight: bold; }
#slides_home_nav a:hover, #slides_home_nav a.ativo { background-position: 0 0; z-index:4;}

#button_playpause { cursor: pointer; display: block; width: 42px; height: 26px; background: url('../imagens/Slide/Play_pausa.png') no-repeat 0 -28px; position: absolute; left:-34px; bottom: -1px; }
.bt_slideshow_play { background: url('../imagens/Slide/Play_pausa.png') no-repeat 0 0 !important; }