#masthead {
	background: #000;
  border-bottom: 0;
	float: left;
	height: 318px;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	width: 960px;
	z-index: 97;	
}

#masthead #identity-mission {
	position:absolute;
	height:320px;
	width:280px;
}

#masthead #identity-mission img {
	border: 0;
}

#masthead-homecarousel-wrap {
	background: #000 url(../images/mastheadsolutions/masthead-carousel-ul-arrow.png) no-repeat 285px 240px;
}
.masthead-homecarousel {
	background: url(../images/mastheadsolutions/masthead-home-blue-bar.png) no-repeat -914px 233px;
	height: 318px;
	margin: 0 0 0 285px;
	padding: 0;
	position: relative;
	width: 675px;
}
.masthead-homecarousel li {
	float: left;
	height: 87px;
	list-style: none;
	margin-top: 231px;
	margin-left:0;
}
.masthead-homecarousel li.first {
	display: inline;
	margin-left: 21px;
}
.masthead-homecarousel li a {
	text-indent: -9999px;
}
.masthead-homecarousel li .mast {
	display: block;
	height: 231px;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 675px;
}
.masthead-homecarousel li.on .mast {
	visibility: visible;
}
.masthead-homecarousel li .tab {
	display: block;
	height: 80px;
	margin-top: 6px;
	width: 216px;
}
.masthead-homecarousel li .tab span {
	display: block;
	cursor: hand;
	cursor: pointer;
	height: 85px;
	position: relative;
	top: -6px;
	width: 216px;
}
