.glidecontentwrapper{
position: relative; /* Do not change this value */
width:615px;
height: 220px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid black;
margin-bottom:7px;
overflow: hidden;
background: #000000;
/*background:URL(imagens/fundo_dest2.jpg) ;	*/
}
#botlin{

float:left;
position: relative;
z-index:9999;
width:615px;
text-align:right;
color:#494949;
font:12px arial;
height: 25px; /* Set height to be able to contain height of largest content shown*/
border:0px solid #687C98;
/*background:red;*/
overflow: hidden;
}

#btp{

float:right;
width:25px;
text-align:center;
margin-top:0px;
padding-top:2px;
font:14px arial;
height: 18px; /* Set height to be able to contain height of largest content shown*/
border:1px solid #494949;
/*background:red;*/
overflow: hidden;
}





.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 600px;
height:250px;
font : 11px arial;
line-height:16px;
text-align:justify;
color:#dedede;

/*background:URL(imagens/fundo_dest.jpg) ;	*/
padding:10px;
background: #000000;

}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 225px;
margin-top: 0px;
text-decoration: none;
text-align: left; /*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*/

}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: inline-block;
border: 0px solid black;
color: #dedede;
padding: 0px;
margin-right: 3px;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 0px solid black;
color: #ffffff;
margin-right: 3px;
text-decoration: none;
background: #A1A1A1;
}

.glidecontenttoggler a:hover{

border: 0px solid #F1C216;
color: #000000;
margin-right: 3px;
text-decoration: none;
background: #F1C216;
}

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

}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
border: 0px solid #F1C216;
color: #ffffff;
margin-right: 3px;
text-decoration: none;

}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
border: 0px solid #F1C216;
color: #F1C216;
margin-right: 3px;
text-decoration: none;
background: #000000;

}
