.slideframe
{
	visibility: hidden;
}

#home_slideframe,
#healthcare_slideframe
{
	position: relative;
	width: 520px;
	height: 300px;
	padding: 4px;
	border: solid 1px #cccccc;
}

#home_slideframe
{
	height: 280px;
}

#home_slideframe img,
#healthcare_slideframe img
{
	position: absolute;
	top: 4px;
	left: 4px;
}

#home_slideframe .caption,
#healthcare_slideframe .caption
{
  position: absolute;
  top: 284px;        /* height of picture - height of caption + 4 */
  width: 520px;      /* same width as the pictures */
  height: 20px;      /* the thickness of the band */
  line-height: 1.8em;  /* adjust this with the font size */
  font-size: 1em;
  font-weight: bold;
  background-color: #666666;
  background: url(/templates/2009/images/transparent_bg.png);
  color: #ffffff;     /* color of caption */
  text-align: center; /* remove this for left alignment */
  font-style: normal; /* default is italic */
}

#home_slideframe .caption
{
	top: 264px;
}

#faculty_page .dept_title {
	display:inline;
}
