.glidecontentwrapper{
	position: relative; /* Do not change this value */
	float:left;
	background-color:#F4F2ED;
	width: 715px;
	height: 202px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: #F6F6F1;
	visibility: hidden;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
position: absolute;
z-index:2000;
width: 143px;
height:196px;
padding-top:6px;
text-align: left;
}

.glidecontenttoggler a{
	display: -moz-inline-box;
	display: block;
	color: #e0f0c6;
	width:110px;
	height:42px;
	padding:21px 0 0 32px;
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(images/index/toggler.png) no-repeat;
}.glidecontenttoggler a span{display:none}
.glidecontenttoggler a:hover{
	background:transparent url(images/index/toggler.png) no-repeat  0 -63px;
	text-decoration: none;
	color: #e0f0c6;
}

.glidecontenttoggler a.selected0, .glidecontenttoggler a.selected0:hover,
.glidecontenttoggler a.selected1, .glidecontenttoggler a.selected1:hover,
.glidecontenttoggler a.selected2, .glidecontenttoggler a.selected2:hover{
background:transparent url(images/index/toggler_selected.png) no-repeat;
text-decoration: none;text-align:center;font-style:italic;
width:126px;height:51px;
padding:12px 16px 0 0;
}.glidecontenttoggler a.selected0 span,.glidecontenttoggler a.selected1 span,.glidecontenttoggler a.selected2 span{font-style:italic; font-size:11px; display:inline}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
display:none;
visibility: hidden;
}

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