.glidecontentwrapper{
	margin:0;
	padding:0;
	position:relative;
	width:958px;
	height:450px;/* 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;
	
}                        
.glidecontenttoggler{
	position:absolute; bottom:10px; left:20px;
	text-align:center;
}
.glidecontenttoggler a{
	margin:0 2px;
	padding:0;
	display:-moz-inline-box;
	display:inline-block;
  background-color:#3399ff;
	border:1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	line-height:15px;
	width:15px;
	text-decoration:none;
	outline:none;
}
.glidecontenttoggler a.selected{
	line-height:20px;
	height:20px;
	width:20px;
	border-color:#ffffff;
  background-color:#f2250f;
}
.glidecontenttoggler a:hover{
	line-height:20px;
	height:20px;
	width:20px;
}
.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;
}




