.slideshow-outer {
	position: relative;
}
.slideshow-slideset {
	position: absolute;
	margin: 0px;
	width: 988px;
	height: 293px;
}
div.os-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 214px;
	height: 293px;
	z-index: 200;
	display: none;
}
div.os-overlay img.os-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 250;
}
div.os-overlay div.os-text {
	position: absolute;
	top: 15px;
	left: 12px;
	z-index: 300;
	width: 183px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid white;
	color: white;
}
div.os-overlay div.os-text h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 14px 0;
	margin: 0;
	border-bottom: 1px solid white;
	color: white;
}
div.os-overlay div.os-text p {
	margin: 8px 0 0 0;
	font-size: 1.05em;
}
.os-hover {
	position: absolute;
	display: none !important;
}
.slideshow-controls {
	position: absolute;
	z-index: 400;
	top: 260px;
	left: 43px;
	width: 130px;
}
.slideshow-controls a {
	padding: 0;
	margin-left: 1px;
}
.slideshow-controls a.left-arrow, .slideshow-controls a.right-arrow {
	float: left;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
}
.slideshow-controls a.left-arrow {
	background-image: url("/~/media/Images/undergrad/ui/prev-ss");
	background-repeat: no-repeat ;
	background-position: 4px 3px;
	text-indent: -9999px;
}
.slideshow-controls a.right-arrow {
	background-image: url("/~/media/Images/undergrad/ui/next-ss");
	background-repeat: no-repeat ;
	background-position: 4px 3px;
	text-indent: -9999px;
}
.pager {
	float: left;
}
.pager a {
	background-image: url("/~/media/Images/undergrad/ui/whiteDisk");
	background-repeat: no-repeat ;
	background-position: 4px 4px;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}
.pager a.activeSlide {
	background-image: url("/~/media/Images/undergrad/ui/yellowDisk");
}
.pager a img {
	margin: 4px 0 0 4px;
}
.slideshow-controls img {
	border: 0px;
}

.vos-video
{
	display: block;
	position: absolute;
	left: -10000px;
}
.vos-video.show
{
	z-index: 3000;
	top: 0px;
	left: 214px;
}
.vos-video .close-video
{
	background: url("/~/media/Images/undergrad/ui/close-video.ashx") no-repeat scroll right top transparent;
	height: 22px;
	position: absolute;
	right: 5px;
	text-indent: -99999px;
	top: 5px;
	width: 23px;
	z-index: 3500;
}

.video-length
{
	background: url("/~/media/Images/undergrad/ui/play-video.ashx") no-repeat scroll left top transparent;
	color: white;
	height: 24px;
	padding-left: 26px;
	position: absolute;
	right: 14px;
	top: 12px;
}
.video-length span
{
	background-color: #062440;
	display: block;
	font-weight: bold;
	padding: 3px 8px;
}
.video-js-box .vjs-controls
{
	display: block !important;
	background-color: black;
	bottom: -21px;
	opacity: 1;
}
.video-js-box object
{
	height: 293px !important;
}