/* this stylesheet is for image media sections */

.section_heading { text-align: center; font-size: 2em; }

.clear { clear: both; }

.spill_navigation { border: 1px solid black; }
.spill_navigation .previous { float: left; }
.spill_navigation .next { float: right; }

/* image media styles */
.image standalone{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 3px;
    align: center;
    text-align: center;
    font-size: 1em; 
	width:400px; 
	float:none;}
	
#main_image {
	margin-left:auto;
	margin-right:auto;
}
	
.image p {
 text-align: center;
 position:relative;
 min-width: 0;
 } /* caption */
.image h4 { font-size: .8em; color: #666; } /* byline and/or creditline */

#thumbnail { border: 1px solid #E0E5EB; padding: 0px; float: left; height: 100px; overflow: visible; width:118px; background-color:#0B334C; vertical-align:middle; text-align:center;}
#thumbnail img {margin:auto; margin-top:5px;}
/* end image media styles */

h4 a {
color:black;
text-decoration:none;
border:none;
}
h4 {
border:none;
}

.gallery_thumbnails {
	list-style-type:none;
	display:block;
	float:left;
    width:600px;
}


.gallery_thumbnails li {
	overflow:hidden; 
	display:inline;
}

.highlight_item {
	padding-bottom:10px;
}