.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 910px;
height: 440px; /* Set height to be able to contain height of largest content shown*/
border: 3px solid #c0dacf;
overflow: hidden;
margin-left:40px;
margin-top:35px;
}


/*
	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: white;
padding: 10px;
visibility: hidden;
width: 890px;
background:#479974;
color:#ffffff;
font-size:12px;
}



.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
/*width: 651px; */
float:left;
margin-left: 40px;
margin-top: 0px;
margin-bottom: 0px;
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)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid #636363;
color: #ffffff;
/*padding: 5px 0px 5px 2px;*/
font-weight: bold;
text-decoration: none;
font-size: 14px;
font-family: Arial;
float:left;
padding-left:30px;
padding-right:30px;
height:38px;
background: #78787a url('images/menu-sep.png') no-repeat right;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #78787a url('images/menu-sep.png') no-repeat right;
border: 0px solid #636363;
color: #ffffff;
}

.glidecontenttoggler a:hover{
background: #78787a url('images/menu-sep.png') no-repeat right;
border: 0px solid #636363;
color: #1c4478;
}

.glidespan {
font-size:12px; 
font-style:italic; 
text-transform: lowercase; 
color:#a9a9a9; 
font-weight:normal;
}

.pagethumb {
width:270px;
height:410px;
background:#c0dacf;
}
.pagethumb img {
margin:5px;
}
.pagecontent {
margin-left:20px;
text-align:justify;
}
.pagecontent h1 {
font-size:20px;
text-transform: uppercase;
text-align:left;
margin-bottom: 0px;
padding-bottom: 0px; 
}
.pagecontent h2 {
font-size:14px;
text-transform: lowercase;
text-align:left;
font-style:italic;
font-weight:normal;
margin-top: 0px;
padding-top: 0px;
color:#b7d5c7;
}
