.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 404px;
	height: 260px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	float: left;
	}
/*
	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:404px;
	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: 404px;
	color: #fff;
	overflow: hidden;
}
.glidecontent .lefDiv h1{ /*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: left;
	width: 404px;
	color:#323132;
}
.glidecontent .rightDiv h1{ /*style for each glide content DIV within wrapper.*/
	padding: 0 10px;
	line-height:20px;
	font-size:12px;
	width:auto;
}
.glidecontent .rightDiv h1 a {
	color: #F38A01;
	text-decoration: none;
}
.glidecontent .rightDiv h1 a:hover {
	color: #4C2909;
	text-decoration: underline;
}
.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;
}
/*
 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: 374px;
	background: url(slider-b.gif) repeat-x left top;
	float: left;
	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;
	padding: 0px 5px;
	font-size:12px;
	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(next0000.gif) no-repeat right top;
	line-height:20px;
	width:20px;
	float: right;
	}
.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: none;
	border:none;
	color: #36778b;
	background:url(back0000.gif) no-repeat left top;
	line-height:20px;
	width:20px;
	float: left;
	}

.glidecontenttoggler a.next:hover{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: none;
	border:none;
	background:url(next0000.gif) no-repeat right top;
	line-height:20px;
	width:20px;
	float: right;
	}
.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(back0000.gif) no-repeat left top;
	line-height:20px;
	width:20px;
	float: left;
	}