.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 900px; /* was 350
margin-top: 0px; /* was 6
margin-left: 0px; /* was 50
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 */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

/* line-height + 8 must be height */
/* 9px is the width of the left image */

.cssbuttonstoggler a{
	background: transparent url('images/square-gray-left.gif') no-repeat top left;
	float: left;
	padding-left: 9px;
	text-align:center;
	text-decoration: none;
	font: 12pt verdana, arial, sans-serif;
	color:#000000;
	font-variant: small-caps;
	letter-spacing: 1pt;
	line-height: 15px;
}

/* I removed this stuff from the above style.  Seems to fix a 3 pixel problem in IE6.
height: 23px;
color: #494949;
display: block;
end of removed stuff */


.cssbuttonstoggler a span{
background: transparent url('images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: black;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}
