* {margin:0;padding:0}
.clearfix {display:inline-block;}

#content{
	width:950px;
	height:215px;
	margin:0px;
	padding:0px;}

.gallery-wrap{
	border:0px;	
	margin:0px;
	padding:0px;
}
.gallery{
	margin:auto;
	padding:0px;
}
.gallery ul{
	list-style:none;
	margin:0;
	position:relative;
}
.gallery li{
	float:left;
	margin:0px;
	display:inline;
}
.gallery li a{
	text-decoration:none;
	float:left;
	width:100px;
	height:133px;
	padding:0px;
	border:0px;
}

.gallery li.tHome a{background:url(../images/nav-home.jpg) no-repeat; width:1px; height:44px;}
.gallery li.tHome a span{background:url(../images/swap-image.jpg) no-repeat;}
.gallery li.t1 a{background:url(../images/nav-clinical-lab-svcs.jpg) no-repeat; width:189px; height:44px;}
.gallery li.t1 a span{background:url(../images/swap-clinical.jpg) no-repeat;}
.gallery li.t2 a{background:url(../images/nav-central-lab-svcs.jpg) no-repeat; width:190px; height:44px;}
.gallery li.t2 a span{background:url(../images/swap-central.jpg) no-repeat;}
.gallery li.t3 a{background:url(../images/nav-research-academics.jpg) no-repeat; width:190px; height:44px;}
.gallery li.t3 a span{background:url(../images/swap-research.jpg) no-repeat;}
.gallery li.t4 a{background:url(../images/nav-residency-program.jpg) no-repeat; width:190px; height:44px;}
.gallery li.t4 a span{background:url(../images/swap-residency.jpg) no-repeat;}
.gallery li.t5 a{background:url(../images/nav-graduate-studies.jpg) no-repeat; width:190px; height:44px;}
.gallery li.t5 a span{background:url(../images/swap-graduate.jpg) no-repeat;}

.gallery li a span {
	position:absolute;
	left:0px;
	top:44px;
	width:950px;
	height:113px;
	border:0px;
	background:#fff;
	padding:0px;
}
.gallery li a span {	visibility:hidden}
.gallery li a.current span,
.gallery li a:hover span {visibility:visible}
.gallery li a:hover{
	visibility:visible;
	border:0px;
}
#caption{
	text-align:center;
	color:#fff;
	padding-top: 50px;
}
#caption h1{
	font-family:verdana;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-style: italic;
}

#caption p{
	font-family:verdana;
	font-size:13px;
	color:#fff;
	text-transform:none;
	font-style: none;
}

