.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
position:absolute;
top: 270px;
right:50px;
z-index:9999;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

img{
border:none;
}
.cssbuttonstoggler a{ /*style for every navigational link within toggler */
display: block;
float: left;
margin-right: 6px;
padding: 0px 4px; /* Width of left menu image */
background: url(../images/pagi.png) top left no-repeat;
text-indent:-9999px;
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background: url(../images/pag-act.png) top left no-repeat;
}


.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .cssbuttonstoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background:none;
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
background:none;
}


