.gcw-wrapper{
	width:570px;
	height:305px;
	background:#5e7d9a;
}

.gcw-padding{
	padding:8px;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width:auto;
	height: 287px; 
	overflow: hidden;
	padding:0px;
	
}


/*
	Total wrapper width: 475px+5px+5px=485px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glider-padding{
padding:8px;
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:#ffffff;
padding: 0px;
visibility: hidden;
width:auto;

}
/*
 Total glidecontent width: 550px+10px+10px=570px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ 
	
	margin-bottom: 0px;
	text-align:center;
	padding:0px;
	background:#ffffff;
	
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
background:#ffffff;
color:#09253f;
padding-left:3px;
padding-right:3px;
margin:0;
font-size:0.8em;
font-weight: normal;
line-height:2.50em;
text-decoration: none;
border:1px solid #09253f;


}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	
color:#ffffff;
background:#5e7d9a;
border-bottom:1px solid #5e7d9a;
}

.glidecontenttoggler a:hover{
background:#5e7d9a;
color:#ffffff;
}

.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! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color:#ffffff;

}

