/* CSS Document */

h2 {
	margin-bottom: 3px;
}

.ByLine1, .ByLine2 {
	margin-top: 0px;
	font-style: italic;
}

#picturecategories {
   width: 80%;
   margin: auto;
}
#picturecategories .Right, #picturecategories .Left {
	clear: both;
	margin-top: 25px;
	text-align: center;
}
#picturecategories p {
	text-align: center;
}
#picturecategories .Left img, #picturecategories .Right img{
	border: 2px solid #333;
}
#picturecategories .Left img{
	float: left;
}
#picturecategories .Right img{
	float: right;
}


#thumbnails {
	margin: auto;
	font-size: small;
	margin-top: 10px;
}
#thumbnails .Left, #thumbnails .Middle, #thumbnails .Right {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 20px;
}
#thumbnails .Left {
   clear: left;
}


#musicview {
   margin: auto;
   text-align: center;
}
#musicview p {
	width: 50%;
	text-align: center;
	margin: auto;
	margin-top: 2px;
}
#musicview img {
	margin-top: 20px;
	border: 3px solid #333;
}

.MusicViewObject {
	margin-top: 10px;
}

.ThumbnailNavigation {
	margin: auto;
	margin: 0px;
	margin-top: 15px;
	clear: both;
	text-align: center;
	font-size: small;
}
.ThumbnailNavigation ul {
	clear: both;
	margin: 0px;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 75%;
	list-style-type: none;
}	
.ThumbnailNavigation li {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	float: left;
	width: 20%;
	border-left: 4px solid #919FA4; /*#C49E71;*/
}
.ThumbnailNavigation .First {
	border: none;
}
