.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 455px;
height: 60px;
overflow: hidden;
	color: #fafbc8;
	font: 12px/18px "Myriad Pro", "Lucida Grande", sans-serif;
}
/*
	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; visibility: hidden; width: 280px; height: 50px; padding: 10px 10px 5px 165px; background-repeat: no-repeat; }

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 200px;
margin-top: 6px;
text-align: left; /*How to align pagination links: "left", "center", or "right" */
	list-style-type: square;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #9c9e9e;
padding: 1px 3px;
margin-right: 3px;
text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}

.glidecontenttoggler ul {
	list-style-type: square;
	color: silver;
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
}

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

.glidecontenttoggler a:hover{
background: white;
color: #b17e3c;
}

.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{
background: #e1dcc2;
color: #5e7633;
}

.glidecontent h4 { font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
