h1, h2, h3, h4, h5, h6 {
	color: black; 
	text-align: center;
}
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 435px;
	height: 370px; /* Set height to be able to contain height of largest content shown*/
	border: 1px solid black;
	overflow: hidden;
	margin-top: 25px; 
	margin-bottom: 35px;
}
/*
	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: 15px;
	visibility: hidden;
	width: 405px;
}

.glidecontent h2, .glidecontent h4, .glidecontent h5  { /*style for each glide content DIV within wrapper.*/
	margin: 0px 0px 10px 0px;
}
.glidecontent p { /*style for each glide content DIV within wrapper.*/
	font-size: 12px;
}

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 240px;
	margin-top: 26px;
	text-align: left; 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px; 
	/*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*/
}
.glidecontenttoggler2 { /*style for DIV used to contain toggler links. */
	width: 215px;
	margin-top: 26px;
	text-align: left; 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px; 
	/*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*/
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border-bottom: 1px dashed black;
	color: #2e6ab1;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

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