.glidecontentwrapper{
position: relative; 
width: 230px;
height: 115px; 
overflow: hidden;
}
.glidecontent{
position: absolute; 
background: white;
visibility: hidden;
width: 230px;
color: #444;
font: normal 12px Arial, sans-serif;
line-height:1.4;
}
.glidecontent a{
background: url(i/arr.png) no-repeat;
float:right;
color: #B82E2A;
text-decoration: none; 
font: bold 11px Tahoma, sans-serif;
padding-left:12px;
height:15px;
}
.glidecontent a:hover{
background: url(i/arr_.png) no-repeat;
color: #01498C;
text-decoration: none; 
}
.glidecontenttoggler{
width: 230px;
margin-top: 10px;
text-align: center; 
}
.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ 
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a.toc{ 
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
background: #EE8E0D;
border: 1px solid #B46F10;
color: #fff;
font: bold 12px Verdana, sans-serif;
padding: 2px 5px 3px 5px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1860A8;
color: white;
border: 1px solid #1860A8;
}