#featured{
width:1000px;
height:320px;
overflow:hidden;
position:absolute;
top:40px;
left:0;
}


.glidecontentwrapper{
position: relative; /* Do not change this value */
width:980px;
height: 260px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #5b5b5b;
overflow: hidden;
background: #1b1b1b;
margin:0 5px;
}


/*
	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
*/
#glidernav{
width:980px;
height:50px;
margin:0 auto;
padding:0;
clear:both;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #1b1b1b;
padding: 5px;
visibility: hidden;
width: 960px;
color: #CCCCCC;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:1.5em;
text-align:left;
}



.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 100%;
margin-left: 0px; 
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: #1b1b1b; /*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: 1px solid #aaaaaa;
background: #1b1b1b;
color: #282828;
padding: 0px 0px;
margin: 5px 2px 10px 3px;
font-weight: bold;
text-decoration: none;
font-size: 11px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.glidecontenttoggler a img{
border:none;
}
.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #1b1b1b;
border: 3px solid #e8842b;
}

.glidecontenttoggler a:hover{
background: #1b1b1b;
border: 1px solid #e8842b;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

#glidernav a.prev, #glidernav a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background:none;
border:none;
color: #1b1b1b;
display:block;
width:40px;
height:40px;
margin:2px 0 0;
padding:0;
}

#glidernav a.prev{
float:left;
margin-left:10px;
}

#glidernav h3{
float:left;
width: 80%;
padding:0;
margin:0;
height:50px;
line-height:50px;
text-align:center;
color:#fff;
}

#glidernav a.next{
float:right;
margin-right:20px;
}

a.next img, a.prev img{
	border:none;
}

#glidernav a.prev:hover, #glidernav a.next:hover{
color: #1b1b1b;
}


.glidecontent a.moreinfo{
	display:block;
	width:105px;
	height:25px;
	background-color:#000;
	border:solid 1px #999;
	color:#ccc;
	font-weight:bold;
	text-align:center;
	line-height:23px;
	font-size:1.2em;
	text-decoration:none;
	top:120px;
	left:450px;
	position: absolute;
}

.glidecontent a.moreinfo:hover{
	color:#fff;
}