IMG.pageimage 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:solid 1px #777777;
	cursor:hand;
	}


.glidecontentwrapper
{
	text-align:center;
	vertical-align:middle;
	position: relative; /* Do not change this value */
	border: 0px solid #687C98;
	overflow: hidden;
	padding:0px;
	margin:0px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
/*background: #ffffff;*/
visibility: hidden;
padding:0px;
margin:0px;

}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

text-align: right; /*How to align pagination links: "left", "center", or "right" */
 /*always declare an explicit background color for fade effect to properly render in IE*/
position:absolute;
margin:0px;
/*bottom:1px;
right:4px;*/
z-Index:1000;
padding:0px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #000000;
padding: 0px 0px;
margin-right: 0px;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
/*background: #777777;*/
color: black;
font-family: arial;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
font-family: arial;

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.playpause, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
 font-family: arial;   
 border: solid 1px #888888;                                                      
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.playpause:hover, .glidecontenttoggler a.next:hover{
background: #ffffff;
color: white;
font-family: arial;
}