.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 300px;
	height: 300px; /* Set height to be able to contain height of largest content shown*/
	border: thin solid #cccccc;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 200px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 300px;
height: 300px;
}
.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
	width: 300px; /*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 */
	margin: 0px;
	padding: 0px;
}
/*
 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: #666666;
	display: block;
	float: left; /* Width of left menu image */
	text-decoration: none;
	font-size: 10px;
	height: 10px;
	margin-right: 10px;
}
#p-select {
	width: auto;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}
.cssbuttonstoggler  a.selected  { /*style for selected and hover page's toggler link. ".selected" class auto generated! */
	color: #FFFFFF;
	background-color: #DC4E5F;
}
.cssbuttonstoggler  a:hover    { /*style for selected and hover page's toggler link. ".selected" class auto generated! */
	background-position: right bottom;
	color: #FFFFFF;
	background-color: #FF9900;
}

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