#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	overflow: visible;
}

#cboxLoadedContent {
	overflow: auto;
}

#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

#cboxOverlay{
	background: #000000;
}

#colorbox{}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
	width: 16px;
	height: 16px;
	background: url(http://umz.co.za/images/template/modal_bg.jpg) repeat left top;
}

#cboxMiddleLeft,#cboxMiddleRight {
	width: 16px;
	background: url(http://umz.co.za/images/template/modal_bg.jpg) repeat left top;
}

#cboxTopCenter,#cboxBottomCenter {
	height: 16px;
	background: url(http://umz.co.za/images/template/modal_bg.jpg) repeat left top;
}

#cboxContent {
	background: url(http://umz.co.za/images/template/modal_bg.jpg) repeat left top;
}

#cboxLoadedContent {
	margin-bottom: 23px;
}

#cboxTitle {
	position: absolute;
	bottom: 3px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #cfcfcf;
}

#cboxCurrent {
	position: absolute;
	bottom: 3px;
	left: 58px;
	color: #cfcfcf;
}

#cboxSlideshow {
	position: absolute;
	bottom: 3px;
	right: 30px;
	color: #cfcfcf;
}

#cboxPrevious {
	width: 21px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(http://umz.co.za/images/template/controls.gif) -42px 0 no-repeat;
	text-indent: -9999px;
}

#cboxPrevious.hover {
	background: url(http://umz.co.za/images/template/controls.gif) -42px -21px no-repeat;
}

#cboxNext {
	width: 21px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(http://umz.co.za/images/template/controls.gif) -21px 0 no-repeat;
	text-indent: -9999px;
}

#cboxNext.hover {
	background: url(http://umz.co.za/images/template/controls.gif) -21px -21px no-repeat;
}

#cboxClose {
	width: 21px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(http://umz.co.za/images/template/controls.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#cboxClose.hover {
	background: url(http://umz.co.za/images/template/controls.gif) 0 -21px no-repeat;
}

#cboxLoadingOverlay {}

#cboxLoadingGraphic {
	background: url(http://umz.co.za/images/template/loading.gif) center center no-repeat;
}
