.boxHospitalView > img {
    width: 100%;
}

.boxHospitalViewNav {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	z-index: 1500;
}
.boxHospitalViewNav > a {
	width: 29px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	background-color: #353535;
}
.boxHospitalViewNav > a:hover {
	background-color: #f37043;
}
.boxHospitalViewNav > a > span {
	height: 100%;
	display: block;
}
.btnViewNavPrev {
	float: left;
}
.btnViewNavPrev > span {
	background: transparent url(../img/btn-view-prev.png) center center no-repeat;
}
.btnViewNavNext {
	float: right;
}
.btnViewNavNext > span {
	background: transparent url(../img/btn-view-next.png) center center no-repeat;
}
.cycle-overlay {
	position: absolute;
	padding:10px 0;
	bottom: 0px;
	left: 0;
	z-index: 200;
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	zoom: 1;
	width:100%;
}
.cycle-overlay > div:first-child {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing:-1px;
}
.cycle-overlay > div:nth-child(2) {
	color: #fff !important;
	font-size: 1em;
	margin-top:5px;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height:1.6;
	letter-spacing:-1px;
}