.topRow_cover{
	position:relative;
	text-decoration: none;
	overflow: hidden;
	width: 900px;
	height: 400px;
}
.topRow_cover a{
	text-decoration: none;
}
.coverImg{
	width: 900px;
	height: 400px;
	position:absolute;
}
.coverPic{
	max-width: 900px;
	max-height: 400px;
}
.coverText{
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	position:absolute;
	width:470px;
	height: 115px;
	top: 142px;
	left: 215px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
 	font-family: 'CorporateSBoldMedium', Arial, Verdana, Helvetica, sans-serif;
}
.coverImgDarkStyle{
	color: #000;
	border-color: #000;
}

.coverText_title{
	position:absolute;
	width:470px;
	top: 31px;
	left: 0px;
	font-size: 48px;
	letter-spacing: -3px;
}
.coverText_subtitle{
	position:absolute;
	width:470px;
	top: 81px;
	left: 0px;
	font-size: 16px;
}
 .coverText_thirdtitle{
	position:absolute;
	width:470px;
	top: 132px;
	left: 0px;
	font-size: 33px;
}

.coverNavi{
	position:absolute;
	top: 360px;
	left: 0px;
	padding: 14px;
}
.coverNaviItem{
	width: 13px;
	height: 12px;
	float: left;
	margin-right: 0px;
	background: url(../images/slideshowNavi.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.coverNavi .selectedItem{
	background-position: -12px 2px;
}