.glidecontentwrapper {
position: relative; /* Do not change this value */
width: 660px;
height: 285px; /* Set height to be able to contain height of largest content shown*/
border: 0 none;
overflow: hidden;
	word-spacing: 0; letter-spacing: 0;
}
/*
	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: #2c190b;
padding: 0px;
visibility: hidden;
width: 660px;
	word-spacing: 0; letter-spacing: 0;
}
/*
 Total glidecontent width: 900px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
width: 660px;
margin-top: 0px;
text-align: right; 
background: #2c190b;
color: #d8ae7e;
padding: 2px 0 4px 0;
	word-spacing: 0; letter-spacing: 0;
}
/*
 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 */
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 2px 10px 4px 10px;	
	text-align: center;
	color: #d8ae7e;
	text-decoration: none;
	margin: 0;
		word-spacing: 0; letter-spacing: 0;
	}
	#glidecontenttoggler ul {margin: 0; padding: 0; list-style-type: none; float: right;}
	#glidecontenttoggler li {float: left; width: 20px; text-align: center;}
	#glidecontenttoggler li.arrow {width: 11px;}

.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
background: #92542d;
color: #d8ae7e;
text-decoration: none;
}

.glidecontenttoggler a:hover {}

.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! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {}