.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
float:left;
text-align: center; /*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*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
height:32px;
background:url(/images/intro-pag.jpg);
padding-top:5px;
width:410px;
padding-right:10px;
}

/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
color: white;
display: block;
float: left;
margin-right: 5px;
padding:5px;
padding-top:3px;
padding-bottom:3px;
font: normal 13px Arial; /* Change 12px as desired */
text-decoration: none;
font-size:13px;
background:#b3b3b3;
}

.cssbuttonstoggler a span{
display: block;
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
background:#0f8b95;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background:#0f8b95;
color: white;
font-weight:bold;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
margin-top:2px;
padding-right:24px;
background:none;
}

.cssbuttonstoggler a.next, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
margin-top:2px;
padding-left:24px;
background:none;
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.prev:hover{
text-decoration:none;
}

.cssbuttonstoggler a.next:hover, .glidecontenttoggler-2 a.next:hover{
text-decoration:none;
}

