
#phototaciousBackward {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -100px;
	z-index: 1000;
	width: 39px;
	height: 200px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousForward {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -100px;
	z-index: 1000;
	width: 39px;
	height: 200px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousSlideShow {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -150px;
	z-index: 1000;
	width: 300px;
	height: 38px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#phototaciousDisplayStatus {
	position: absolute;
	top: 0px;
	right: 2px;		
	z-index: 1000;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 16px;
}


#phototaciousDisplay {
	background-color: #000;
	position: absolute;
	bottom: 0px;	
	left: 0px;
	z-index: 1;
}


#phototaciousClose {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 0px;	
	z-index: 1000;
	width: 300px;
	height: 38px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}



img.navi {	border: none; margin: 2px;	}

td {
	text-align: center;
}

#loadedPhotos {
	color: #FFF;
}