#slideshow-wrapper-main {
	z-index: 1;
}

/* SLIDESHOW
----------------------------------------------------------------------------- */

/* -------------------------- SLIDESHOW MAIN -------------------------- */

#slideshow-wrapper-main {
	float: left;
	height: 438px;
	position: relative;
	width: 1006px;
	z-index: 1;
}

#slideshow-main {
	z-index: 1;
}

#slideshow-main .slides {
	display: none;
	height: 438px;
	width: 1006px;
}

#slideshow-main .slides img {
	border: 10px solid #fbf5ed;
	height: 418px;
	width: 986px;
}


#prev, #next {
	background: url(/images/newslide/arrows.png) no-repeat 0 0;
	display: block;
	height: 0px;
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	top: 0px;
	width: 0px;
	z-index: 1000;
}

#next {
	background: url(/images/newslide/arrows.png) no-repeat right top;
	right: 10px;
}

#prev {
	background: url(/images/newslide/arrows.png) no-repeat left top;
	left: 10px;
}

#next:hover {
	background-position: right bottom;
}

#prev:hover {
	background-position: left bottom;
}

#pager ul {
	float: left;
}

#pager li {
	float: left;
}

#pager a {
	background: url(/images/newslide/pager.png) no-repeat left top;
	color: #efebd6;
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 0 7px 0 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

#pager a.activeSlide {
	background-position: left -21px;
}

#pager a:hover {
	background-position: left -21px;
}

#slideshow-main .caption {
	position: absolute;
	right: 80px;
	top: 60px;
	width: 390px;
}

#slideshow-main .left {
	position: absolute;
	left: 80px;
}

#slideshow-main .student {
	border-bottom: 0px hidden #8b7465;
	border-top: 0px hidden #8b7465;
	padding: 15px 0 5px 0;
}

#slideshow-main .faculty {
	border-bottom: 1px solid #8b7465;
	border-top: 1px solid #8b7465;
	padding: 16px 0 6px 0;
}

#slideshow-main .st-louis {
	border-bottom: 1px solid #8b7465;
	border-top: 1px solid #8b7465;
	padding: 16px 0 6px 0;
	right: 60px;
/*	top: 150px;*/
	top: 100px;
	width: 275px;
}

#slideshow-main .caption h1{
	color: #efebd6;
	font-family: Times, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 7px;
	position: relative;
}

#slideshow-main .caption h1 span{
	color: #a41e22;
	font-size: 42px;
	font-weight: normal;
}

#slideshow-main .caption h1 span.open-quote {
	left: -25px;
	position: absolute;
}

#slideshow-main .caption h1.location {
	color: #efebd6;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}

#slideshow-main .caption h1.location span {
	color: #dba74d;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

#slideshow-main .caption p.loc-description {
	color: #efebd6;
	font-family: Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
}

#slideshow-main .signature{
	color: #efebd6;
	font-family: Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#slideshow-main .faculty .signature {font-size:18px;text-transform: uppercase;}
/*#slideshow-main .faculty .signature {font-size:16px;text-transform: capitalize;}*/

#slideshow-main .signature span {
	font-style: italic;
	text-transform: lowercase;
}

#slideshow-main .faculty .signature span {font-size: 17px;text-transform: capitalize;}

#slideshow-main a.read-more-feature {
	background: url(/images/newslide/read-more-feature.png) no-repeat 0 0;
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 101px;
}

#slideshow-main a.read-more-feature:hover {
	background-position: 0 -26px;
}

#slideshow-main a.learn-more-feature {
	background: url(/images/newslide/learn-more-feature.png) no-repeat 0 0;
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 101px;
}

#slideshow-main a.learn-more-feature:hover {
	background-position: 0 -26px;
}