.glidecontentwrapper {
	float:					left;
	position: 			relative; /* Do not change this value */
	width: 					360px;
	height: 				420px; /* Set height to be able to contain height of largest content shown*/
	overflow: 			hidden;
/*	border: 			1px solid #687C98;*/
	
}
/*
	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: 		#ebebeb;
	margin-top: 		30px;
	margin-left: 		50px;
	visibility: 		hidden;
	width: 					330px;
	text-align:			left;
	font-family:		Verdana, Tahoma, Arial;
	font-size:			11px;
	line-height:		20px;
}

.glidecontent img
{
	padding: 				4px 4px;
	background: 		#cccccc;
}

.viewStaffBgImg
{
	margin-left: 		191px;
}

.viewStaff
{
	color:#003399;
	font-size:15px;
}

.locName
{
	font-family:		Verdana, Tahoma, Arial;
	color:#da000e;
	font-weight: bold;
	font-size:15px;
	margin-top:-10px;
}


a.mapIt
{ /*style for every navigational link within toggler */
	font-family:			Verdana, Tahoma, Arial;
	font-size:			  12px;
  color: 						#da000e;
	text-decoration:	none;
}


/*
	Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler
{ /*style for DIV used to contain toggler links. */
	float:					right;
	width: 					450px;
	margin-right: 	50px;
	text-align: 		center; /*How to align pagination links: "left", "center", or "right"*/
	background: 		#ebebeb; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler img
{ /*style for DIV used to contain toggler links. */
	margin-bottom: 	10px;
}

.glidecontenttoggler a 
{ /*style for every navigational link within toggler */
	display: 					-moz-inline-box;
	display: 					inline-block;
	font-family:		  Verdana, Tahoma, Arial;	
	color: 						#2e6ab1;
	padding: 					4px 4px;
	margin-top: 			30px;
	margin-left: 			16px;

	font-weight: 			normal;
	text-decoration: 	none;
	font-size:			  11px;
	border: 					1px solid #cccccc;	
}



.glidecontenttoggler a.selected 
{ /*style for selected page's toggler link. ".selected" class auto generated! */
	font-family:	Verdana, Tahoma, Arial;
	background: #cccccc;
	color: black;
}

.glidecontenttoggler a:hover 
{
	font-family:	Verdana, Tahoma, Arial;
	background: #eeeeee;
	color: black;
}

.glidecontenttoggler a.toc 
{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	font-family:	Verdana, Tahoma, Arial;
	color: 				black;
}
