.glidecontentwrapper{
	margin:0;
	padding:0;
	position:relative;
	width:958px;
	height:250px;/* This must be set for each glider application according to the height needed */
	/* border:1px solid #000000; */
	overflow:hidden;
	z-index: 0;
}
.glidecontentwrapper p {
	font-size:12px;
	line-height:22px;
	color:#666666;
}
.glidecontent{
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	background:#ffffff;
	/* border:1px solid #000000; */
	visibility:hidden;
	background:transparent;
}
.glidecontenttoggler{
	-width:360px;
	margin-top:6px;
	position:absolute; top:10px; right:10px;
	text-align:center;
}
.glidecontenttoggler a{
	display:-moz-inline-box;
	display:inline-block;
	/* border:1px solid black; */
	color:#847d7d;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 12px;
	line-height:27px;
	text-decoration:none;
}
.glidecontenttoggler a.selected{
	/* background:#0066CC; */
	color:#000099;
	text-decoration:underline;
}
.glidecontenttoggler a:hover{
	/* background:#E4EFFA; */
	color:#000099;
}
.glidecontenttoggler a.toc{

}
.glidecontenttoggler a.prev {
	width: 31px;
	height: 32px;
	border: 0;
	background:url("nav_glider_arrow_left.png") no-repeat left top;
	outline-style: none;
	
}
.glidecontenttoggler a.next{
	width: 31px;
	height: 32px;
	border: 0;
	background:url("nav_glider_arrow_right.png") no-repeat left top;
	outline-style: none;
}
.glidecontenttoggler a.prev:hover {
	background:url("nav_glider_arrow_left_hover.png") no-repeat left top;
}
.glidecontenttoggler a.next:hover{
	background:url("nav_glider_arrow_right_hover.png") no-repeat left top;
}



