.glidecontentwrapper {
margin:0 0 15px 10px;
position: relative; /* Do not change this value */
width: 467px;
height: 150px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #99CCFF;
overflow: hidden;
}
.glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
margin:0 0 15px 30px;
background: none;
padding: 0;
visibility: hidden;
width: 452px;
}

.glidecontenttoggler {
position: absolute;
margin:0 30px 0 0;
padding: 0px;
width: 30px;
height: 150px;
margin-top: 0px;
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*/
font-size: 12px;
background-image:url(../images/bg_slide.png);
z-index: 5000;
}
#produtos a { color:#FFFFFF;}

.glidecontenttoggler a { /*style for every navigational link within toggler */
display: block;
color:#FF0000;
padding: 2px;
text-decoration: none;
font-size: 12px;
font-weight:bold;
}

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

.glidecontenttoggler a:hover {
background::#fff;
color:#FF0000;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background::#fff;
color:#FF0000;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background:#fff;
color: #FF0000;
display:none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
background::#fff;
color: #FF0000;
display:none;
}
