
.gliderbox {
	position: relative; 
	width:679px;
	height: 246px; 
	border:1px solid #ccc;
	overflow: hidden;
	background:#fff;
	padding:1px;	
	margin:0 0 15px 0;
}

.glidecontentwrapper{
	width:679px;
	height: 220px; 
}

.glidecontent{ 
	position: absolute; 
	background: #EEE;
	visibility: hidden;
	width: 679px;
	height:220px;
	margin:1px 0;
}

.feature-entry
{
	background: #EEE;
	height:220px;
	padding:10px;
}

.feature-entry h3
{
	font-family:arial,lucinda,verdana,geneva,sans-serif;
	font-size:9pt;
	letter-spacing:0;
	margin:0 0 5px;
}
.feature-entry a {
	color:#003366;
	padding:0;
	margin:0;
	display:inline;
	text-decoration:none;
}
.feature-entry a:hover {

	text-decoration:underline;
}
.feature-entry h2 {
	margin:0 0 10px 0;
	
}

.glidecontenttoggler{ 
width: 680px;
top:221px;
text-align: center; 
background: #F87C00;
position:absolute;
z-index:10000000000000000000;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}


.featuredarticlestitle{ 
display: -moz-inline-box;
display: inline-block;
border-right: 1px solid #FFF;
color: #FFF;
padding: 4px 10px;
height:17px;
text-decoration: none;
background: #F87C00;
float:left;
margin:0;
}

.abouttitle { 
float:right;
}
.abouttitle a{ 
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
}

.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
border-right: 1px solid #FFF;
color: #FFF;
padding: 3px 10px;
height:19px;
text-decoration: none;
background: #F87C00;
float:left;
}

.glidecontenttoggler a.selected{
background: #F87C00;
color: #FFF;
}

.glidecontenttoggler a:hover{
background: #353535;
color: #FFF;
}

.glidecontenttoggler a.toc{ 
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}