.glidecontentwrapper{
	position: relative; 
	width: 230px;
	height: 240px; 
	padding: 0 0 0 68px;
	overflow: hidden;
	}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #fff9f1;
padding:11px 3px 3px 3px;
visibility: hidden;
width: 220px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:16px;
}
/*
 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. */
position:relative;
top:-239px;
left:-60px;
width: 100px;
line-height:18px;
margin-top: 6px;
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*/
}



.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #6c6b6b;
padding: 1px 3px;
margin: 0 0 0 7px;
font-weight: bold;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
}

.glidecontenttoggler a:hover{
	color:#8f2878;
	text-decoration:none;
}

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


