@charset "utf-8";
/* CSS Document */

#gallery {
	position: relative;
	float: left;
	width: 600px;
	padding: 0px 15px 10px 15px;
}

.photos {
	position: relative;
	float: left;
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photosets {
	clear: both;
	padding-top: 1px;
}
.photosets h2 {
	color: #399;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
padding-bottom:0px;
margin-bottom:0px;
}
 .photosets p {
 border-bottom: 1px solid #399;
    border-style: none none solid none;
    margin: 20px 0;
	
   }
  .numbers a {
    color: #399;
padding: 4px;
text-decoration: none;
font-size: 11px;
   }
   .numbers a:hover {
    color: white;
background-color: #9C9;
   }
   .numbers a.selected {
    font-size: 11px;
font-weight: bold;
text-align: left;
color: #900;
   }
    .numbers {
    line-height: 20px;
    word-spacing: 4px;
	float:right;
   }
