.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 500px;
height: 225px; /* Set height to be able to contain height of largest content shown*/
border-bottom: 15px solid #fe0306;;
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: #fff;
/*background-image: url(../images/glideBG.gif);
background-repeat: repeat-x;
background-position: bottom;*/
padding: 0 0 0 10px;
visibility: hidden;
width: 488px;
border: 1px solid #fe0306;
}

.glidecontent h2 a{
	color: #fe0306;
	}

.glidecontent img{
	float: right;
	}
	
.glidecontent p{
	line-height: 20px;
	}

/*
 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. */
position: relative;
width: 500px;
margin-top: -15px;
text-align: right; 
z-index: 20;
}
/*
 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;	
text-decoration: none;
padding: 0 5px;
color: #fff;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover{ /*style for selected page's toggler link. ".selected" class auto generated! */
text-decoration: underline;
}


.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: #fff;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	color: #fff;
	text-decoration: underline;
	/*background-color: #666666;*/
}