.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 580px;
height: 370px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #ebebeb;
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
*/

#peoplegallery.glidecontentwrapper {
position: relative; /* Do not change this value */
width: 578px;
height: 400px; /* Set height to be able to contain height of largest content shown*/
border-top: 1px solid #ebebeb;
overflow: hidden;
margin-top: 105px;
}


.glidecontent h2 {
	margin: 0 0 0.2em 0;
	font-size: 17px; line-height: 1.0;
	font-weight: bold;
}
.glidecontent h3 {
	margin: 0 0 1.2em 0;
	font-size: 17px; line-height: 1.0;
	font-weight: normal;
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 580px;
text-align: center;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/
#peoplegallery .glidecontent{ /*style for each glide content DIV within wrapper.*/
margin: 15px;
visibility: hidden;
width: 550px;
text-align: left;
}
#peoplegallery .glidecontent img {
	border: 1px solid #666;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 580px;
margin-top: 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)
*/

#peoplegallerythumbs.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 580px;
margin-top: 0;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
background: transparent; /*always declare an explicit background color for fade effect to properly render in IE*/
position: absolute;
top: 0px;
left: 0;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 1px 0px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	border-bottom: 2px solid #c4c7c9;
}

#peoplegallerythumbs.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: inline;
color: #0a4ebe;
padding: 0;
margin-right: 0;
font-weight: normal;
text-decoration: underline;
}
#peoplegallerythumbs.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	border-bottom: 0px;
	text-decoration: none;
	color: #000;
}

#peoplegallerythumbs.glidecontenttoggler a:hover{ color: #c00; text-decoration: underline; }

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

.glidecontenttoggler a.toc img { height:50px; border:0; }

#peoplegallerythumbs.glidecontenttoggler a.toc img { border: 1px solid #666; }

#peoplegallerythumbs.glidecontenttoggler a.selected { border-bottom: 2px solid #666; }

/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
.glidecontenttoggler a.prev, #peoplegallerythumbs.glidecontenttoggler a.prev { 
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	margin-right: 3px;
	text-decoration: none;
	padding: 0;
	width: 27px; height: 27px;
	background: url(/i/csgallery-prev.gif) no-repeat top left;
	margin-bottom: 1em;
}
.glidecontenttoggler a.next, #peoplegallerythumbs.glidecontenttoggler a.next {
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	margin-right: 3px;
	text-decoration: none;
	padding: 0;
	width: 27px; height: 27px;
	background: url(/i/csgallery-next.gif) no-repeat top left;
	margin-bottom: 1em;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover, #peoplegallerythumbs.glidecontenttoggler a.prev:hover, #peoplegallerythumbs.glidecontenttoggler a.next:hover {
	background-position: bottom left; outline: none;
	text-decoration: none;
}
.glidecontenttoggler a:focus { outline: none; }

.glidecontenttoggler a.prev span, .glidecontenttoggler a.next span { display: none; }

#peoplegallerythumbs #prevnext {
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	*/
}
