P {   font-family: Trebuchet MS, Helvetica, sans-serif; font-size:10pt;  }
.glidecontentwrapper{
position: relative; 
width: 430px; 
height: 250px;
overflow: hidden;
}
.glidecontent{ 
position: absolute; 
background: white; 
padding: 0px; 
visibility: hidden;
width: 430px; 
}
.glidecontenttoggler{ 
width: 430px;
margin-top: 3px;
text-align: center; 
background: white; 
}
.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
border: 1px solid gray;
color: #69170C;
padding: 1px 3px;
margin-right: 1px;
font-weight: bold;
text-decoration: none;
width: 30px;
font-family: Trebuchet MS, Helvetica, sans-serif; font-size:10pt;
}
.glidecontenttoggler a.selected{ 
background: #69170C;
color: white;
}
.glidecontenttoggler a:hover{
background: #69170C;  
color: white; 
}
.glidecontenttoggler a.toc{ 
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #0000FF; 
color: white;
}