
/*
	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 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: #f2f2f2;
color:#555555;
font-size:11px;
line-height:20px;
padding:0 10px;
position:absolute;
text-decoration:none;
visibility:hidden;
width:440px;
}

.ingress {
color: AAAAAAA;
font-height: 14px;
line-height:20px;
margin: 0 0 20px 0;
}


.glidecontent a:hover {
	text-decoration: none;
	
}
.glidecontent a {
  text-decoration: none;
  color:white;
  
} 
/*
 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: 456px;
margin: 0 0 40px 0;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
background: #f2f2f2;


 /*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 black;
color: transparent;
padding: 0px;
margin-right: 0px;
margin-left: 0px;
text-decoration: none;
background: none;
}

.glidecontenttoggler a.toc {
font-size:14px;
letter-spacing:1px;
padding:0 0 0 15px;
color:#00AAEE;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #f2f2f2;
color: #555;
}

.glidecontenttoggler a:hover{
background: #f2f2f2;
color:#AAAAAA;
}

.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{
background: #f2f2f2;
color: white;
}
   
.glidecontentwrapper {
border:0px;
height:269px;
margin-left:10px;
overflow:hidden;
position:relative;
width:466px;
}
.glidecontentwrapper img {
border:none;
}