@charset "utf-8";
/* CSS Document */

.slider_wrapper {
	height: 375px;
	overflow: hidden;
}
.slider_wrapper .bio {
	margin-bottom: 460px;
}

.thumbnail_wrapper {
	padding-left: 15px;
	width: 736px;
}
a.thumbnail  {
	display: block;
	float: left;
	padding: 10px 10px 25px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	border: 1px outset #000;
	color: #26165F;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	z-index: auto;
	height: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.4em;
}
a.thumbnail:hover   {
	background-color: #22105A;
	color: #FFF;
}
a.thumbnail.current   {
	background-color: #22105A;
	color: #FFF;
}

