.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 376px;
height: 194px; /* Set height to be able to contain height of largest content shown*/
background:url(imagens/site/bg_box_lancamentos.png) top left no-repeat;
overflow: hidden;
margin-left:20px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 376px;
height:194px;
z-index:1;
/*
background:url(imagens/site/bg_box_lancamentos_2.png) top center no-repeat;*/
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

/* Divs de conteúdo */
.glidecontent .foto {
float:left;
width:164px;
height:164px;
background:#fff;
margin:10px 0 0 20px;
}

.glidecontent .txt {
float:right;
width:140px;
height:120px;
background:#1b1b1b;
color:#b2b2b2;
margin:10px 10px 0 0;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:104px;
height:40px;
position:absolute;
margin-top:-41px;
background:url(imagens/site/bg_box_lancamentos_3.png) top right no-repeat;
margin-left:291px;
*margin-left:49px;
z-index:9;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 5px 3px 0 3px;
*padding: 3px 3px 0 3px;
*margin-right: 3px;
font-weight: bold;
text-decoration: none;
margin-top:10px;
width:20px;
height:20px;
background:url(imagens/site/bg_numero_lancamentos.png) center no-repeat;/*
z-index:9;
position:absolute;*/
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #fff;
}

.glidecontenttoggler a:hover{
background: url(imagens/site/bg_numero_lancamentos_2.png) center no-repeat;
color: #0CF;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
