.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 234px;
	height: 212px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 7px;
	visibility: hidden;
	width: 220px;
	z-index: 5;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 230px;
	margin-top: 2px;
	text-align: right; /*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*/
	margin-bottom: 2px;
	z-index: 5;
}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #7FCDFF;
	color: #009AFF;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 10px;
}

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

.glidecontenttoggler a:hover{
	color: #009AFF;
	background-color: #DBE8FD;
}

.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{
	color: white;
	background-color: #DBE8FD;
}
