.glidecontentwrapper{
position: relative; 
width: 945px;
height: 235px;  
overflow: hidden;
}
 

.glidecontent{  
position: absolute;  
visibility: hidden;
color:#e4e4e4;
font-family: Arial, Tahoma;
background:url(gifs/body-bg.jpg);
font-size:12px;
text-align:justify;
line-height:20px;
width: 940px;
}
 
 

.glidecontenttoggler{  
width: 940px;
margin-top: 3px;
margin-bottom:3px;
text-align: right;  
}

.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
border: 1px solid #9e9e9e;
color:#ff7f0f;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 1px 1px;
margin-right: 1px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
