.container-outer {
    background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	height: 580px;
	left: 50%;
	margin: 0 0 0 -415px;
	padding: 10px;
	position: absolute;
	top: 1660px;
	width: 810px;
	z-index: 999;
}
.container-outer a.next {
	width: 50%;
	height: 90%;
	position:absolute;
	right:0;
	top:0;
	background:url(/assets/images/lightbox-btn-next.png) right center no-repeat;
	z-index:999;
}
.container-outer a.prev {
	width: 50%;
	height: 90%;
	position:absolute;
	left:0;
	top:0;
	background:url(/assets/images/lightbox-btn-prev.png) left center no-repeat;
	z-index:999;
}
.container-outer li {
	marging: 0;
	padding: 0;
	list-style-type:none;
}
.pf-nav {
	position:absolute;
	bottom: 10px;
	right: 10px;
}

.numbers {
	position:absolute;
	bottom: 10px;
	left: 10px;
	font-size: 9px;
}
.pf-nav a {
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin-left:5px;
	background:#7b7b7b;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.pf-nav a.activeSlide {
	background: #fd9c00;
}
.close {
	position: absolute;
	right: -66px;
	top: -17px;
	cursor:pointer;
}
.img-wrap img {
	width: 810px;
	height: 560px;
}