.dcontentwrapper{position: relative; /* Do not monkey this*/
width:970px;height:570px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;}
/*
	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
*/


.dcontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
visibility: hidden;
width: 940px;
/*background:#ffffff;*/
background-image:url(../img/dc-bg.png);background-position:top left;background-repeat:repeat-x; 
font-family: Arial,Helvetica,sans-serif,Verdana,Tahoma;
color: #e0e0e0;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.dcontenttoggler{ /*style for DIV used to contain toggler links. */
width: 390px;
margin-top: 0px;
margin-bottom:2px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
/*background:#2A4053;*/ /*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)
*/

.dcontenttoggler h2	{font:bold 1.2em/1.4em verdana,tahoma,arial,helvetica,sans-serif;letter-spacing:4px;font-variant:small-caps;color:#888888;margin-top:10px;margin-bottom:2px;margin-left:10px;}


.dcontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
color: #888888;
font:bold 0.9em/1.4em verdana, tahoma,arial,helvetica,sans-serif;
letter-spacing:2px;
font-variant: small-caps;
margin-left: 16px;
padding: 6px 12px;
}

.dcontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image:url(../img/dotterb.gif);
background-position:2px center;
background-repeat:no-repeat;
color: #888888;
}

.dcontenttoggler a:hover{
/*background: #263852;*/
background-image:url(../img/dotterb.gif);
background-position:2px center;
background-repeat:no-repeat;
color: #c1c1c1;
}

.dcontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.dcontenttoggler a.prev, .dcontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.dcontenttoggler a.prev:hover, .dcontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #2a4053;
border-bottom-width: 6px;
width: 490px; /*width of featured content slider*/
height: 380px;
margin-top:40px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background: #2a4053;*/
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 470px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding-left:10px;
/*background-color: navy;*/
padding-left: 10px;
padding-top: 10px;
font-size:12px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #bababa;
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #333333;
background-color: #8fa6b9;
}