.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 320px;
	height: 210px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	}
/*
	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 */
	padding: 10px;
	padding-left:0px;
	padding-right:50px;
	visibility: hidden;
	width:280px;
	background:#333333;
	font-size:14px;
	color:#c2c2c2;
	line-height:18px;
	}

.glidecontent h1{ /*style for each glide content DIV within wrapper.*/
	font-size:20px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	padding-top:5px;
}
.glidecontent h2{ /*style for each glide content DIV within wrapper.*/
	font-size:18px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	color:#849ea9;
}
.glidecontent p{ /*style for each glide content DIV within wrapper.*/
	padding:0px;
	margin:0px;
}
.glidecontent  a{ /*style for each glide content DIV within wrapper.*/
	background:#36778b;
	color:#FFFFFF;
	text-decoration:none;
}
.glidecontent  a:hover{ /*style for each glide content DIV within wrapper.*/
	background:#849ea9;
	color:#000;
	text-decoration: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. */
	width: 310px;
	text-align: left; /*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 a{ /*style for every navigational link within toggler */
/*	display: -moz-inline-box;*/
	display: inline-block;
	border:3px solid #666666;
	color:#a6a6a6;
	background:#4d4d4d;
	padding: 0px 5px;
	font-size:12px;
	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{
	background: #E4EFFA;
	color: black;
	}


.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: none;
	border:none;
	color: #36778b;
	}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: none;
	border:none;
	color: white;
	}