#thumbnail-strip {
	background: #6A93A3;
	overflow: hidden;
	height: 1%;/*ie*/
	color: #fff;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#thumbnail-strip a {
	border: 0;
}

#thumbnail-strip h4, .small-thumbs h4 {
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

#main-content .small-thumbs h4 a {
	border: 0;
	color: #fff;
}

h4 img {
	float: left;
	margin: -4px 5px 0 0;
}

#campus-content, #play-video, #coming-soon, #featured-priorities {
	float: left;
}

#featured-priorities {
	margin-left: 10px;
	display: inline;/*ie6*/
	width: 142px;		
	cursor: pointer;
}

#play-video, #coming-soon {
	cursor: pointer;	
	width: 142px;
}

#campus-content {
	width: 388px;
	padding: 2px 20px 0 0;
}

#campus-content h2 {
	color: #fff;
	font-size: 19px;
	font-family: 'arial narrow', arial, sans-serif;
	font-weight: normal;
}

.video, .image  {
	display: none;
}

.small-thumbs {
	position: absolute;
	bottom: 15px;
	display: none;
	width: 228px;
}

.small-thumbs img {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 50px;
	height: 40px;
	border: 1px solid #fff;
	cursor: pointer;
}

.small-thumbs img.current {
	border: 1px solid #6A93A3;
}

img#featured-image {
	width: 100%;
	display: block;
	height: 100%;
}

