div.photos {
text-align:left;
}
div.photos h3 { clear:both; }
div.photo_tab {
display:none;
color:#000;
clear:both;
}
div.photo_column {
width:31%;
padding-right:1em;
float:left;
}
div.photo_column div {
margin:0 0 1em 0;
float:none;
clear:both;
font-size:90%;
overflow:visible;
}
div.photo_column p {
margin:0;
clear:right;
}
div.photo_tab div img {
display:block;
float:left;
margin: 0 0.5em 1em 0;
border: 2px solid black;
}
div.photo_tab div img:hover {
border-color: #FF004C;
}
div.photo_tab a {
text-decoration:none;
color:#FF004C;
font-weight:bold;
}
div.photo_tab a:hover {
text-decoration:underline;
}
div.photo_nav {
height:1.6em;
margin-bottom:1em;
border-bottom:1px solid black;
overflow:visible;
}
.photo_nav ul {
margin:0;
padding:0;
}
.photo_nav li {
display:block;
height:1.25em;
margin:0 0.1em 0 0;
padding:0.2em 0.5em 0.1em 0.5em;
float:left;
border-top:1px solid black;
border-left:1px solid black;
border-right:1px solid black;
color:#000;
background-color:#FF99CC;
font-weight:bold;
}
.photo_nav li:hover {
cursor:pointer;
cursor:hand;
}
li.photo_current {
color:#fff !important;
background-color:#000 !important;
}