.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 1003px;
	height: 331px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	z-index: 0;
	left: 0px;
	top: 0px;
}
/*
	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-position:top left;
	visibility: hidden;
	width: 1003px;
	outline: none;
	z-index: 0px;
	height: 331px;
	overflow: hidden;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 855px;
	margin-top: 2px;
	text-align: center;
	height: 117px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C8E7F9;
	border-left-color: #C8E7F9;
	float: left;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: inline-block;
	display: inline-block;
	color: #7D7D7D;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	color: #7D7D7D;
	float: left;
	width: 142px;
	height: 117px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #7D7D7D;
	color: #E4EFFA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #43ACEB;
	width: 142px;
	height: 117px;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFD210;

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	width: 142px;
	height: 117px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
}

/*

*/