/* GALLERY STYLES */

/* used on both gallery and people we love pages */

#galleryBlock {
	width: 588px;
}
#galleryBlock p {
	margin: 0 0 10px 0;
	padding: 0;
}
#galleryBlock ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#galleryBlock li {
	float: left;
	display: inline;
	width: 76px;
	min-height: 76px;
	margin: 4px;
	padding: 0;
}
#galleryBlock li a img {
	float: left;
}

/* POPUP */
#popupWrapper {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#popup {
	position: absolute;
	top: -600px;
/*
	top: 20px;
*/
	left: 70px;
	z-index: 100;	
	width: 465px;
	height: 548px;
	background: url(../img/popup_bg.png) no-repeat center top;
}
#popupImgWrapper {
	position: relative;
	top: 65px;
	left: -10px;
}
#popupImg {
	height: 370px;
	width: 465px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 0 0 5px;
}
#popupImg img {
}
#close {
	position: absolute;
	top: 48px;
	left: 352px;
}
#prenext { /* WRAPPER FOR CAPTION LINE */
	position: relative;
	top: 75px;
	left: 35px;
	width: 380px;
	z-index:150;
	min-height: 30px;
}
#prev, #next {
	float: left;
	width: 40px;
}
#caption {
	width: 290px;
	padding: 0 5px;
	text-align: center;
	float: left;	
}
#prev, #next {
	color: #999;
}
#prev a, #next a, #prev, #next, #caption, #close a {
	font-size: 11px;
	line-height: 13px;
}
#next {
	text-align: right;
}
