.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 458px;
	height: 268px;
	overflow: hidden;
}

.glidecontent{
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	width: 458px;
}

.glidecontentwrapper #textoglide a {
	color: #000;
	text-decoration: none;
}

.glidecontentwrapper .fundo {
	
}

.glidecontentwrapper .texto {
	display: none;
}

.glidecontenttoggler{
	width: 458px;
	margin-top: 1px;
	text-align: left;
}

.glidecontenttoggler a{ 
	font: normal 11px Arial, Helvetica, sans-serif;
	display: -moz-inline-box;
	display: inline-block;
	color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	background: #0c719b;
}

.glidecontenttoggler a.selected{ 
	background: #96b8cb;
	color: #fff;
}

.glidecontenttoggler a:hover{
	background: #96b8cb;
	color: #fff;
}

.glidecontenttoggler a.toc{ 
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #1A48A4;
	color: white;
}
