.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 600px;
height: 220px; /* Set height to be able to contain height of largest content shown*/
/*border: 5px solid #687C98;*/
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: #f2f2f2;
visibility: hidden;
width: 580px;
padding-left:20px;
}

.glidecontent IMG {
	float:right;
	margin:0 0 0 20px;
	border:none;
}

.glidecontentp {
	padding:0;
	margin:0;
    vertical-align:top;
	font-size:12px;
	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:#000000;
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: #7DA939;
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: #7D974F;
	letter-spacing: .04em;
	padding: 10px 0 5px 18px;
	margin: 0;
	clear: left;
	display: block;
	height: 18px;
}

.glidecontent .more a, .more a:visited {
	border-bottom: 1px dotted #8DAB49;
	color: #7D974F;
	text-decoration: none;
	padding: 0 0 1px 0;

}

.glidecontent .more a:hover {	
	text-decoration: none; 
	border: none; 
	color: #8DAB49;
}
