.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 641px;
height: 220px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #181818;
overflow: hidden;
margin-left: 11px;
}



/*
	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{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 621px;
}

.glidecontent img { 
      background: #fefefe;
      border: 1px solid #181818;
      margin: 0px 6px 0px 3px;
      }

.glidecontent img a:link { 
      background: #fefefe;
      border: 1px solid #181818;
      margin: 0px 6px 0px 3px;
      }

.glidecontent img a:hover { 
      background: #fefefe;
      border: 1px solid #181818;
      margin: 0px 6px 0px 3px;
      }

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 651px; 
margin-left: 11px;
margin-top: 6px;
margin-bottom: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*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;
background: #1fb9f2;
color: #1fb9f2;
padding: 2px 2px 2px 2px;
font-weight: bold;
text-decoration: none;
font-size: 11px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #181818;
color: #181818;
padding: 2px 2px 2px 2px;
}

.glidecontenttoggler a:hover{
background: #0982ca;
color: #0982ca;
padding: 2px 2px 2px 2px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 10px;
width: 932px; /*width of featured content slider*/
height: 150px;
}



.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: white;
width: 932px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 932px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: right;
background-color: #181818;
padding: 0px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #0982ca;
background: #e8e8e8;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #0982ca;
}	

#slider4{
border: 2px solid #fefefe;
padding: 0px;
background: fff;
margin-left: 0px;
}

#paginate-slider4{
border-color: #e8e8e8;
margin-left: 0px;
}

#paginate-slider4 img{
width: 80px;
height: 60px;
border: 2px solid #666666;
padding: 3px 3px 3px 3px;
margin-top: 8px;
background: #222222;
}

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid #666666;
padding: 3px 3px 3px 3px;
margin-top: 8px;
background: #222222;
}

#paginate-slider4 a:link img{
width: 80px;
height: 60px;
border: 2px solid #666666;
padding: 3px 3px 3px 3px;
margin-top: 8px;
background: #222222;
color: #666666;
}

#paginate-slider4 a:hover img, #paginate-slider4 a.selected img{
border: 2px solid #1fb9f2;
padding: 3px 3px 3px 3px;
background: #222222;
color: #1fb9f2;
}


/* featuredcontentglider */
#featuredcontentglider { 
	color: #000;
	clear: both;
	background: url(images/featuredcontentglider.gif) no-repeat;
	padding: 0px 0 0px 5px;
	width: 1024px;
	margin: 0;
        height: 291px;
}
	#search p { padding: 10px 0 0 0; margin: 0; text-align:center;}


#featuredcontentglider h3 {
     font-size: 18px;
     margin: 0px 0 5px 0;
     padding: 4px 0 4px 0;
     font-weight: bold;
     color: #f8f8f8;
     text-align: center;
}
