td#content2 div.ruby,
div#main-content div.ruby {
    clear:both;
    float:right;
    margin-top:1em;
}
div#main-content h3 {
    clear:both;
}

div#main-content div.ruby select {
    width:90%;
}

span#publicationdate {
    /*margin:-1em 0 1em;*/
    font-style:italic;float:none;
}
.floatl{float:left;}
.floatr{float:right;}

.caption{padding:5px;border:1px solid gray;margin:5px;}

.news_photos_wrapper
{
	width:225px;
	float:left;
	border:1px solid gray;
	text-align:center;
	margin-right:5px;
	margin-top:5px;
	min-height:300px;
	
}
.news_photos_wrapper p
{
	font-size:small;
	font-style:italic;
}
.news_photos
{
	width:225px;
	text-align:center;
	margin:auto;
	
}
.news_photos div
{
	width:200px;
	padding:5px;
	text-align:center;
	margin:0 auto;
}
.news_photos img
{
	width:100%;
}
#album-nav 
{
	margin-top: 1em;
	
}
.prev, .next 
{
	border: none;
	color: #000075;
	background-color: #F8E5C0;
	font-weight:bold;
	padding: 0.25em;
}
.prev:hover,.next:hover 
{
	text-decoration:underline;
	cursor:pointer;
}
.prev 
{
	float: left;
}
.next 
{
	float: right;
}