.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 764px;
height: 430px; /* Set height to be able to contain height of largest content shown*/
border-left:2px solid #d0d3d8;
border-top:2px solid #ffffff;
border-right:2px solid #818181;
border-bottom:0px;
overflow: hidden;
background: #000;
}
/*
	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 */
padding: 0px;
visibility: hidden;
width: 760px;
}
/*
 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: 768px;
height:28px;
margin-top: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
background: #aeafb1 url(images/backgroundNav.jpg) top left no-repeat; /*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;
color:#125496;
font-size:14px;
text-decoration:none;
margin:0;
padding:0;
height:22px;
padding-top:5px;
width:145px;
background:#ccc url(images/navMain.png) top left no-repeat;
}


.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: #ffffff;
text-decoration:none;
background:#ccc url(images/navMain-on.png) top left no-repeat;
}

.glidecontenttoggler a:hover{
color: #64010a;
text-decoration:none;
background:#ccc url(images/navMain.png) top left no-repeat;
}

div.text {
        text-align:right;
        margin-right:20px;
        margin-top:-75px
}

div.text p {
    color:#887;
    font-size:14px;
    font-family: georgia, trebuchet ms, arial;
    font-style:italic;
    line-height:1.4em
}

div.text p a,
div.text p a:hover
div.text p a:visited {
    color:#887;
}


