.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 675px;
	height: 355px;
	overflow: hidden;
}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute;
	padding: 2px;
	visibility: visible;
	width: 675px;
	color: #2F0D0B;
	left: 0px;
	top: 1px;
	height: 355px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	background-repeat: no-repeat;
	crollbar-face-color:#2F0D0B;
	scrollbar-shadow-color:#2F0D0B;
	scrollbar-highlight-color:#FAEAAE;
	scrollbar-3dlight-color:#F0DF6E;
	scrollbar-darkshadow-color:#000000;
	scrollbar-arrow-color:#2F0D0B;
	scrollbar-track-color:#2F0D0B;
	overflow: auto;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 150px;
	text-align: right;
}


.glidecontenttoggler a{ 
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

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

.glidecontenttoggler a:hover{
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.cont{
	overflow:auto;
	position: absolute;
	padding: 2px;
	visibility: visible;
	width: 670px;
	left: 17px;
	top: 21px;
	height: 355px;
	text-align: center;
	background-repeat: no-repeat;
}
