.jquery-lightbox-background {
	overflow: hidden;
}
.jquery-lightbox-title {
	font-family: 'Bitter', serif;
	font-style: italic;
	color: rgb(255,255,255);
	font-size: 14px;
	line-height: 18px;
	background-color: rgb(0,0,0);
	margin: 0 auto;
	width: 100%;
	opacity: 1;
	padding-right: 30px;
}
.jquery-lightbox-buttons {
	width: 100%;
}
.jquery-lightbox-button-close {
background: rgb(0,0,0) url(../images/mcah/lightbox/close.png) no-repeat center center;
position: absolute;
top: -23px;
right: 7px;
width: 30px;
height: 30px;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left {
background: rgb(0,0,0) url(../images/mcah/lightbox/left.png) no-repeat center center;
cursor: pointer;
display: block;
height: 30px;
left: 7px;
margin-top: 0;
position: absolute;
top: -23px;
width: 30px;
z-index: 7003;
}
.jquery-lightbox-buttons .jquery-lightbox-button-right {
background: rgb(0,0,0) url(../images/mcah/lightbox/right.png) no-repeat center center;
cursor: pointer;
display: block;
height: 30px;
left: 37px;
margin-top: 0;
position: absolute;
top: -23px;
width: 30px;
z-index: 7003;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max {
	display: none;
}