.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 594px;
	height: 260px; /* Set height to be able to contain height of largest content shown*/
	border: 3px solid #17548B;
	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 */
	background: #ebf6ff;
	visibility: hidden;
	width: 580px;
	padding-right:20px;
}

.glidecontent IMG {
	float:left;
	margin:0 20px 0 0px;
	border:none;
}

.glidecontentp {
	PADDING-TOP: 10px;
	margin:0;
    	vertical-align:top;
	font-size:14px;
	line-height:15px;		
}

/*
	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: 600px;
	text-align: center;
	background-color:#17548B;
	padding: 0;
	margin-top:1px;

	text-align:left; /*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)
*/
.featuretext {
	display: -moz-inline-box;
	display: inline-block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid white;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #EFEFEF;
	padding: 5px 0 5px 0px;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #777777;
	color: white;
}

.glidecontenttoggler a:hover{
	background: #777777;
	color: white;
}

.glidecontenttoggler a.toc{ 
	padding-left:10px; padding-right:10px;/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	border-right: 1px solid white;
}

/*.glidecontent .more {
	font: normal 11px  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: transparent url("images/more.png") left 11px no-repeat;
	color: #17548B;
	letter-spacing: .04em;
	padding: 10px 0 5px 0px;
	margin: 0;
	clear: left;
	display: block;
	height: 18px;
}*/

.glidecontent .more a, .more a:visited {
	border-bottom: 1px dotted #17548B;
	color: #17548B;
	text-decoration: none;
	padding: 0 0 1px 0;
	font-size: 11px;

}

.glidecontent .more a:hover {	
	text-decoration: none; 
	border: none; 
	color: #17548B;
	font-size: 11px;
}
