/* CSS Document */

.photoshow-container, .photoshow-thumbs {
  // float: none;
  text-align: center;
}


.photoshow-container img{
	padding: 4px;
	text-align: center;
}

.photoshow-thumbs img {
	padding: 2px;
	margin: 6px;
}

.photoshow-container a img, .photoshow-thumbs a img {
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-right:1px solid #848484;
	border-bottom:1px solid #848484;
}

.photoshow-container a:hover img, .photoshow-thumbs a:hover img {
	border-left:1px solid #845555;
	border-top:1px solid #845555;
	border-right:1px solid #840000;
	border-bottom:1px solid #840000;
}

.photoshow-navigation {
	padding: 0px;
	margin: 0px;
	font-size:x-large;
   text-align: center;
	vertical-align: text-top;
	line-height: 120%;
}

.photoshow-navigation a, .photoshow-navigation a:link, .photoshow-navigation a:visited, .photoshow-navigation a:active, .photoshow-navigation a:focus {
	color: #848484;
	text-decoration:none;
}

.photoshow-navigation a:hover {
	color: #840000;
}

table.photoshow-exifdata td {
    padding-left: 20px;
}


.photoshow-clear { 
	clear: both; 
	line-height: 0.1px; 
	font-size: 0.1px; 
}

