.glidecontentwrapper{
	position: 	relative; /* Do not change this value */
	width: 		970px;
	height: 	600px; /* Set height to be able to contain height of largest content shown*/
	border-top: 2px solid #FFFFFF;
	border-bottom:	none;
	border-left:	none;
	border-right:	none;
	overflow: 	hidden;
	padding: 	0px;
	margin:		0px;	
	background-color:	#9CC31A;
}
/*
	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: 	0px;
	margin:		0px;
	visibility: hidden;
	width: 		970px;
	height: 	600px;
	border: 	none;

}
/*
 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. */	
	height:		40px;
	margin-top: 0px;
	padding-top: 10px;
	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*/	
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler span{ /*style for every navigational link within toggler */
	display: 			-moz-inline-box;
	display: 			inline-block;
	border: 			none;
	margin-right: 		7px;
	margin-top:			0px;
	color: 				#D0D0D0;
	font-size:			14px;
	font-weight:		normal;		
	text-decoration: 	none;
	height:				60px;
	padding:			5px;
	
}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: 			-moz-inline-box;
	display: 			inline-block;
	border: 			none;
	margin-right: 		7px;
	margin-top:			0px;
	color: 				#9CC31A;
	font-size:			14px;
	font-weight:		bold;		
	text-decoration: 	none;
	height:				60px;
	padding:			5px;
	
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: 				#007831;
	font-size:			14px;	
	font-weight:		bold;		
	text-decoration:	none;	
	height:				60px;
	padding:			5px;
}

.glidecontenttoggler a:hover{
	color: 				#007831;
	font-size:			14px;
	font-weight:		bold;		
	text-decoration:	none;
	height:				60px;
	padding:			5px;
}

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

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: 		#007831;
	color: 				#FFFFFF;
	font-size:			20px;
	font-weight:		bold;		
	text-decoration:	none;
	width:				26px;
	height:				60px;
	border:				1px solid #FFFFFF;
	margin-right: 		7px;
	margin-top: 		0px;
	padding: 			0px 3px 0px 0px;

}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: 		#007831;
	color: 				#FFFFFF;
	font-size:			20px;
	font-weight:		bold;		
	text-decoration:	none;
	width:				26px;
	height:				60px;	
	border:				1px solid #FFFFFF;
	margin-right: 		7px;
	margin-top: 		0px;
	padding: 			0px 3px 0px 0px;
}