.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 100%;
	overflow: hidden;
	height: 180px;
}
/*
	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{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	background-color: white;
}


/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	margin-top: 2px;
	text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	/*background-attachment: scroll;
	background-image: url(../images/oper.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	margin-right: 8px;
	height: 20px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
color: #FFFFFF;
text-align:right;
margin-bottom: 2px;
margin-top: 2px;
}


.glidecontenttoggler span{ /*style for every navigational link within toggler */
	color: #ffffff;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}


.glidecontenttoggler a.selected{ 
}

.glidecontenttoggler a:hover{
}

.glidecontenttoggler a.toc{
}

.glidecontent a:hover{
	filter: Alpha(Opacity=50);
}

.glidecontenttoggler a.prev { 
}

.glidecontenttoggler a.next{
}


.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{ }


.glide_rmetin {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, "Lucida Console", "Lucida Sans Unicode";
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0087ab;
	font-weight: bold;
	text-align: center;
}
