.cbd-iv-overlay {
	background: #000;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.cbd-iv-image-container {
	display: inline-block;
	position: fixed;
	left: 50%;
	top: 50%;
}

.cbd-iv-image-container img {
	display: inline-block;
}

.cbd-iv-close-overlay {
	background: url('close.png') no-repeat center;
	cursor: pointer;
	height: 20px;
	margin-top: -30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.cbd-iv-caption {
	color: #fff;
	left: 0;
	margin-top: 5px;
	position: absolute;
	text-align: left;
}

.cbd-iv-item-count {
	color: #fff;
	margin-top: 5px;
	position: absolute;
	right: 0;
}

.cbd-iv-leftarrow {
	background: url('arrow_left.png') no-repeat;
	cursor: pointer;
	height: 47px;
	left: 0;
	margin: -24px 0 0 20px;
	position: fixed;
	top: 50%;
	width: 25px;
	z-index: 9999999;
}

.cbd-iv-rightarrow {
	background: url('arrow_right.png') no-repeat;
	cursor: pointer;
	height: 47px;
	margin: -24px 20px 0 0;
	position: fixed;
	right: 0;
	top: 50%;
	width: 25px;
	z-index: 9999999;
}