.photos_selector table.select{
	border-collapse: collapse;
}
.photos_selector table td{
	font:10px arial;
	margin:0;
	padding:0;
	vertical-align:top;
	border:0;
}
.photos_selector table td.n{
	padding:2px 2px 0 0;
}
.photos_selector .loading{
	min-width:20px;
	min-height:20px;
	background: transparent url(/maps/psharkmap/load_w.gif) no-repeat 50% 50%;
}
.photos_selector .loading .photo{
	xmin-width:20px;
	xmin-height:20px;
	visibility:hidden;
}
.photos_selector .photo{
	border: 1px solid #000000;
	display: block;
	text-align:center;
	margin:0 auto 2px auto;
}
.photos_selector a{
	display: block;
	float:left;
	width: 15px;
	height: 15px;
	text-align:center;
	background: #80A7CE;
	font: 10px arial;
	font-weight: bold;	
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	margin:2px 2px 0 0;
}
.photos_selector a:hover{
	background: #FFAE3E;
	color: #fff;
	font-weight: bold;
}
.photos_selector a.current{
	background: #369;
	color: #fff;
	font-weight: bold;
}