#left_content_glider {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	height: 215px;
}
#left_content_glider p {
	text-align: justify;
	margin: 0px;
	padding: 5px 5px 0px;
	}
.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 480px;
	height: 195px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
/*
 Total contenttoggler width: 480px+ destra 0px+ sinistra 0px=480px
	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 */
	background: #f4f5f9;
	padding: 5px 0px 10px;
	visibility: hidden;
	width: 480px;
}
.glidecontent h2 {
	margin: 0px;
	padding: 0px;
	}
.glidecontent p img {
	border: none;
	margin: 0px 10px 10px 0px;
	}
/*
 Total glidecontent width: 480px+ destra 0px+ sinistra 0px=480px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler {
	width: 300px;
	margin-top: 1px;
	text-align: center;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
/*
 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 */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #b5bcd6;
	color: #21497a;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: normal;
	text-decoration: none;
}

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

.glidecontenttoggler a:hover {
	background: #21497a;
	color: #ffffff;
	border: 1px solid #21497a;
}

.glidecontenttoggler a.toc {

}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
	background: #21497a;
	color: white;
}
