.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#left li{
    margin:0;
    padding:3px 0;
    list-style-type:none;
}

#photos,.photos{
  
}

#photos .snapshot,.photos .snapshot {
	float: left;
	padding: 5px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	width:185px;
}

#photos .snapshot img,.photos .snapshot img {
    padding:5px;
    border:1px solid #907653;
}

#photos .snapshot p,.photos .spapshot p {
	width: 166px;
}

#photos .byline_title,.photos .byline_title {
	font-weight: bold;
    font-size:12px;
    margin-bottom: 0;
}

#photos .byline_date,.photos .byline_date {
	font-size: 10px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

#photos .byline_descrip,.photos .byline_descrip {
    font-size:11px;
	margin-top: 0;
}


/*

.snapshot{
    float:left;
    padding:5px;
    height:250px;
	border:1px solid black;
	width:250px;
}

.snapshot img{
    padding:5px;
    border:1px solid #907653;
}

#photos p{
    margin:auto;
    padding:0;
    width:190px;
    text-align:center;
}

#photos .byline_title{
    font-size:11px;
    font-weight:bold;
    border-bottom:1px solid black;
}

#photos .byline_descrip{
    font-size:10px;
    line-height:10px;
    text-align:left;
    padding:3px 0;
}

#photos .byline_date{
    border-top:1px solid black;
    font-size:10px;
}


#photos .error{
    text-align:center;
    color:#900;
}

*/
