﻿h3 { color: #fff; font-size: 16px; }
h4 { font-size: 1.3em; }

.content { 	margin: 0 20px; }
.content a { color: #fff; }


.content p.linkage {
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }


#myGallery
{
	text-align: left;
	margin:0 0 0 100;
}


#thumbnails {
text-align: left;
margin: 0 0 0 100;
/*float: left; Same as your gallery is set to */
width:435px; /* Adjust this to your picture width + 2 */
height:65px;
overflow:hidden;
background: silver;
}