#tx-perfectlightbox-layer {
	background-color: #000;
	cursor: pointer;
	height: 100%;
	left: -10000px;
	opacity: 0;
	position: absolute;
	top: -10000px;
	width: 100%;
	z-index: 999;
}

#tx-perfectlightbox-frame {
	background-color: #fff;
	height: 300px;
	left: -400px;
	opacity: 0;
	position: absolute;
	top: -300px;
	width: 400px;
	z-index: 1000;
}

#tx-perfectlightbox-image {
	height: 100%;
	opacity: 0;
	width: 100%;
}

#tx-perfectlightbox-image.loading {
	background: #fff url(/typo3conf/ext/perfectlightbox/res/img/loading.gif) no-repeat center;
}

#tx-perfectlightbox-footer {
	z-index: 1000;
}

#tx-perfectlightbox-caption {
	background-color: #fff;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 0;
	margin-left: 10px;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
}

#tx-perfectlightbox-controls {
	background-color: #fff;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 1000;
}

#tx-perfectlightbox-controls a {
	bottom: 20px;
	height: 26px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	width: 26px;
}

#tx-perfectlightbox-controls * {
	cursor: pointer;
}

#tx-perfectlightbox-controls *.disabled {
	cursor: default;
}

#tx-perfectlightbox-control-previous {
	background-position: left 100px;
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
}

#tx-perfectlightbox-control-previous:hover {
	background-image: url('../img/prev.gif');
}

#tx-perfectlightbox-control-previous.disabled {
	background-image: none;
}

#tx-perfectlightbox-control-next {
	background-position: right 100px;
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
}

#tx-perfectlightbox-control-next:hover {
	background-image: url('../img/next.gif');
}

#tx-perfectlightbox-control-next.disabled {
	background-image: none;
}

#tx-perfectlightbox-control-close {
	background-image: url('../img/close.gif');
}

#tx-perfectlightbox-controls a.tx-perfectlightbox-control-direct {
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	opacity: 0.7;
	padding: 5px 10px;
}

#tx-perfectlightbox-controls a.tx-perfectlightbox-control-direct.active {
	cursor: default;
	text-decoration: none;
}