.glidecontentwrapper{
	position: relative;
	width: 822px;
	height: 420px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
/*
	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{
	position: absolute;
	background: white;
	padding: 0px;
	visibility: hidden;
	margin: 0px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{
	width: 200px;
	margin-top: -200px;
	text-align: center;	
	position: relative;
	margin-left: 0px;
	z-index: 10000;
	padding: 2px 0px;
	vertical-align: middle;
	left: 623px;
	top: 5px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{
	filter: alpha(opacity=70); -moz-opacity:0.7;
	font-weight: bold;
	text-decoration: none;
	border: #CCCCCC;
	
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
filter: alpha(opacity=100); -moz-opacity:1;
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
filter: alpha(opacity=100); -moz-opacity:1;
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{

}

.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: #1A48A4;
color: white;
}
.glidecontenttoggler a.toc image {
	filter: alpha(opacity=50); -moz-opacity:0.5;
	font-weight: bold;
	text-decoration: none;
	border: #CCCCCC;
	
}

.glidecontenttoggler a.toc :hover{
	filter: alpha(opacity=100);
-moz-opacity:1;
background: #E4EFFA;
	width:86px;
	height:86px;
	color: black;
	border: 2px solid #999999;
}
.glidecontenttoggler a.toc :active{ /*style for selected page's toggler link. ".selected" class auto generated! */
filter: alpha(opacity=100); -moz-opacity:1;
background: #E4EFFA;
color: black;
}
#hide {
	display: none;
}

