.columnFix {

	clear: left;

}

.photoPopupList {

	text-align: center;
	white-space: nowrap;
	margin-bottom: 10px;

}

.photoPopupList ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.photoPopupList ul li  {

	float: left;

}

.photoPopupList ul li a {

	display: block;
	padding: 2px;
	background: #a00;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	margin: 0 3px;

}

.photoPopupList ul li a:hover {

	text-decoration: underline;
	color: #fff;

}

.photoPopupList ul li a img {

	border: 1px solid #000;

}

.photoPopupList ul li a:hover img {

	border: 1px solid #fff;

}

.jjDiv {

	background: #fff;
	padding: 10px;
	border: 5px solid #000;

}