/* Gallery styles */
#slider_gallery {
	/* The width of the gallery */
	width:640px;
	overflow:hidden;
	background-image:url(/images/staffBG.jpg);
	background-repeat:no-repeat;
	background-position:left -1px;
}
#slider_slides {
	/* This is the slide area */
	height:360px;	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:640px;
	overflow:hidden;
}
.slide {
	float:left;
}

#slider_menu {
	/* This is the container for the thumbnails */
	margin-top:12px;
	color:#2c2b2a;
	font-family: "helvetica neue",helvetica,arial,clean,sans-serif;
	font-size:9pt;
}
#slider_menu ul {
	margin:0px;
	padding:0px;
}
#slider_menu li {
	/* Every thumbnail is a li element */
	display:inline-block;
	list-style:none;
	padding:10px;
	width:88px;
	overflow:hidden;
	height:126px;
	margin-bottom:15px;
	float:left;
	margin-right:20px;
}
#slider_menu li p {
	/* Every thumbnail is a li element */
	color:#2c2b2a;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
}

#sliderImg {
	width:88px;
	height:79px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	z-index:50;
}

.th_inset {
	position:relative;
	top:0px;
	left:0px;
	width:88px;
	height:79px;
	z-index:800;
}
.th_inset:hover {
	position:relative;
	top:0px;
	left:0px;
	width:88px;
	height:79px;
	background-image:url(/images/staffthumb_inset.png);
	background-repeat:no-repeat;
	z-index:800;
}

#slider_menu li.inact:hover {
	/* The inactive state, highlighted on mouse over */
	/*background-color:#e9e9e9;*/
}

#slider_menu li.act,li.act:hover {
	/* The active state of the thumb */
	background-color:#e9e9e9;
}

.menuItem a {
	color:#2c2b2a;
}

#slider_menu li.act .th_inset {
	display:none;
}

#slider_menu li.act a {
	cursor:default;
}
#slider_menu li a {
	display:block;
}
#slider_menu a img {
	border:none;
}