/* CSS Document */

/* CIA. CANTO VIVO */
/* Desenvolvida por Michael Leigeber e retirada de http://www.leigeber.com/2008/12/javascript-slideshow/ */
/* Código editado por André Pottes (andrepottes.com.br) e Claudinei Santos(claudinei@ymail.com) */


/* ################################ CSS DAS GALERIAS ################################### */

#body-galeria{ top:0px; margin:0px; background:#fff;/*cor de fundo da página*/ ; font:11px Verdana, Geneva, sans-serif;}
#slideshow {list-style:none; color:#0000ff;}
#slideshow span {display:none;}
#wrapper {width:506px; margin:50px auto; display:none;}
#wrapper * {margin:0; padding:0;}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #fff/*cor da borda da foto*/; background:#fff;}/*cor do fundo da foto*/
#information {position:absolute; bottom:2px; width:500px; height:0; background:#fff;/*cor do fundo da legenda*/ color:#000; /*cor da letra da legenda*/overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=100);}
#information h3 {padding:4px 8px 3px; font-size:14px;}
#information p {padding:0 8px 8px;}
#image {width:500px; }
#image img {position:absolute; z-index:25; width:auto;}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150;}
#imgprev {left:-18px; background:url(../images/left.gif) left center no-repeat;}
#imgnext {right:-18px; background:url(../images/right.gif) right center no-repeat;}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.5; filter:alpha(opacity=100);}
.linkhover { border:none;}
#thumbnails {margin-top:15px;}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#fff;}/*cor da seta da esquerda*/
#slideleft:hover {background-color:#CCC;}/*cor da seleção da seta esquerda*/
#slideright {float:right; width:20px; height:81px; background:#fff /*cor da seta direita*/ url(../images/scroll-right.gif) center center no-repeat;}
#slideright:hover {background-color:#CCC;}/*cor da seleção da seta direita*/
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:100px; overflow:hidden;}
#slider {position:absolute; left:0; height:100px;}
#slider img {cursor:pointer; background-color:#FFF; border:5px solid #fff; padding:0px;} /*faz a mudança da borda do thumb*/

/* ################################ CSS DAS GALERIAS ################################### */




