.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 100%;
	height: 258px; /* Set height to be able to contain height of largest content shown*/
	border: 0px solid #FFFFFF;
	overflow: hidden;
	background-color: #F0EDE0;
}
.glidecontentwrapper2{
	position: relative; /* Do not change this value */
	width: 645px;
	height: 258px; /* Set height to be able to contain height of largest content shown*/
	border: 0px solid #FFFFFF;
	overflow: hidden;
	background-color: #ffffff;
}
/*
	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;
	padding: 0px;
	width: 100%;
	background-color: #F0EDE0;
	height: 242px;
	visibility: hidden;
}
.glidecontent645{ /*style for each glide content DIV within wrapper.*/
	position: absolute;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	height: 242px;
	visibility: hidden;
}
/*
 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. */
}
/*
 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 */
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background-image: url(dotover1.gif);
}

.glidecontenttoggler a:hover{
	background-repeat: repeat-x;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
.evbg1 {
	background-image: url(images/ev_bg.jpg);
}
.evbg2 {
	background-image: url(images/ev_bg.jpg);
	background-position: -100px;
}
.evbg3 {
	background-image: url(images/ev_bg.jpg);
	background-position: -300px;
}
.pubbg {
	background-image: url(images/pubbg.jpg);
}
.toggler {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
}

