
#glidercontent{
	margin: 4px;


}

.glidecontentwrapper{
	position: relative; 
	width: 660px;
	height:205px;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	background:#fff url() repeat-y;
	border:0px solid #CCCCCC;
	}

.glidecontent{ 
	position:absolute; 
	padding:0px 0px 0px 0px;
	width:660px;
	color:#555;
	margin:0px 0px;
	height:100%;
	overflow:hidden;
	float:left;
	background:#222;

}

.glidim{
	float:left;

}

.glidim img{
	margin:0px 0px 0px 0px;
	padding:0px 0px;



}





.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:50px;
	z-index:150;
	float:right;
	padding-right:25px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

	height:25px;
	z-index:150;
	width: 660px;
	background:#fff url(high.jpg) no-repeat;

}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

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

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:5px;
	right:50px;
	position:absolute;
	display:block;
	background:url(left.jpg) left no-repeat;
	width:20px;
	height:17px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(right.jpg) right no-repeat;
	width:20px;
	height:17px;
	position:absolute;
	top:5px;
	right:7px;
}

