.cssbuttonstoggler{ 
width: 250px;
margin-top: -10px;
margin-left: 300px;
text-align: right; 
background: white; 
overflow: hidden; 
}


.cssbuttonstoggler a{ 

color: #494949;
font-weight:bold;
display: block;
float: left;
margin-right: 4px;
font: normal 9px Arial;
line-height: 4px;
height: 12px; 
padding-left: 4px; 
text-decoration: none;
}

.cssbuttonstoggler a span{
display: block;
padding: 4px 4px 4px 0; 
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ 
background-position: bottom left;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ 
background-position: bottom right;
font-weight: bold;	
font-size: 11px;
color: Red;
}

.cssbuttonstoggler a.toc{ 
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ 
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}


.glidecontentwrapper{
position: relative; 
width: 100%;
height: 100px; 

background: #ffffff;
overflow: hidden;

}

.message
{
position: relative; 
border: 1px solid #f7d09d;
overflow: hidden;
padding: 5px;
background: #faf3ae9;

}



.glidecontenttoggler{ 
width: 360px;
margin-top: 6px;
text-align: center; 
}

.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
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{
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}