.Glider h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#313232;
	font-weight:normal;
	padding-bottom:10px;
	background:url(../images/dash-horz.gif) repeat-x bottom;
	margin:5px 10px 10px;
}
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 600px;
	height: 295px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	}
/*
	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;
	width:580px;
	background:#f3f2f2;
	font-size:12px;
	color:#323232;
	line-height:16px;
	z-index:1;
	}
.glidecontent .lefDiv{ /*style for each glide content DIV within wrapper.*/
	float:left;
	width:233px;
	color:#fff;
	padding-left:10px
}
.glidecontent .lefDiv img{
	border:4px solid #cecccc;
	}
.glidecontent .lefDiv h3{ /*style for each glide content DIV within wrapper.*/
	background:#354a58;
	padding:3px 10px;
	line-height:20px;
	font-size:12px;
	width:auto;
}
.glidecontent .rightDiv{ /*style for each glide content DIV within wrapper.*/
	float:right;
	width:320px;
	color:#323132;
	padding-top:10px;
}
.glidecontent .rightDiv h3{ /*style for each glide content DIV within wrapper.*/
	padding:inherit 10px;
	line-height:20px;
	font-size:16px;
	width:auto;
}
.glidecontent h2{ /*style for each glide content DIV within wrapper.*/
	font-size:18px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	color:#849ea9;
}
.glidecontent p{ /*style for each glide content DIV within wrapper.*/
	padding:0px;
	margin:7px 0;
}
.glidecontent p.date{ /*style for each glide content DIV within wrapper.*/
	color:#000;
	font-weight:bold;
}
.glidecontent p a{ /*style for each glide content DIV within wrapper.*/
	color:#f38a01;
}
.glidecontent p a:hover{ /*style for each glide content DIV within wrapper.*/
	color:#f38a01;
	text-decoration:none;
}

.glidecontent ul, li{
	padding:0;
	margin:0;
	list-style:none;
	}
.glidecontent ul{
	padding-top:10px;
	}
.glidecontent ul li{
	background:url(../images/org-arrow.gif) no-repeat left 5px;
	padding-left:10px;
	margin-top:5px;
	color:#5b9f04;
	font-weight:bold;
	}
.glidecontent ul li a{
	color:#5b9f04;
	}
/*
 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. */
	width: 614px;
	background:#dedddd;
	padding:5px;
	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*/
	}
.glidecontenttoggler div{ 
	float:left;
	}
.glidecontenttoggler div.toggler{ /*style for DIV used to contain toggler links. */
	width: 195px;
	float:right;
	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*/
	}
/*
 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:2px solid #c3c2c2;
	color:#313232;
	background:#fff;
	font-size:12px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	outline:none;
	}
.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #556b7a;
	color: #fff;
	border:2px solid #223a4a;
	}

.glidecontenttoggler a:hover{
	background: #556b7a;
	color: #fff;
	border:2px solid #223a4a;
	}


.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: none;
	border:none;
	background:url(../images/pagination-next.jpg) no-repeat left;
	line-height:20px;
	width:16px;
	}
.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: none;
	border:none;
	color: #36778b;
	background:url(../images/pagination-back.jpg) no-repeat left;
	line-height:20px;
	width:16px;
	}

.glidecontenttoggler a.next:hover{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background: none;
	border:none;
	background:url(../images/pagination-next.jpg) no-repeat left;
	line-height:20px;
	width:16px;
	}
.glidecontenttoggler a.prev:hover{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: none;
	border:none;
	color: #36778b;
	background:url(../images/pagination-back.jpg) no-repeat left;
	line-height:20px;
	width:16px;
	}
