/* IMAGE ZOOM */
div.zoomImg {
	visibility: hidden;
	position: fixed;
	z-index: 1100;
	left: 0;
	top: 0;
	text-align: center;
}

img.zoomImg {
	width: 100%;
	border: solid 1px #ffffff;
}

a.zoomImgBtn {
	display: inline-block;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}


a.zoomImgBtn:hover {
	text-decoration: none;
	background-image: url("/images/bg_trans/trans_white_20.png");
}

a.zoomImgBtn:active {
	background-image: url("/images/bg_trans/trans_white_40.png");
}

#zi_d_close_btn {
	visibility: hidden;
	position: fixed;
	z-index: 1010;
	top: 0px;
	width: 100%;
	text-align: center;
}

#zi_d_caption {
	visibility: hidden;
	position: fixed;
	z-index: 1010;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

p.zoomImgCaption {
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	padding: 6px 112px;
	color: #bbbbbb;
	text-align: center;
	margin: 0px auto;
}

#zi_d_ctls {
	visibility: hidden;
	position: fixed;
	z-index: 1001;
	width: 100%;	
	top: 50%;
  margin-top: -53px;
}

#zib_d_previous {
	float: left;
	padding-left: 8px;
}

#zib_d_next {
	float: right;
	padding-right: 8px;
}