/* Image browser */

#imgbrowser {
	margin: 0px;
	padding: 0px;
	float: left;
        height: 100%;
	
	border: 0px solid #000000;
	margin-left: 0px;
        margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
        padding-left: 10px;
        text-align: left;
font-size: 10px;
color: #FFFFFF;
}

#MainText {
color: #FFFFFF;
height: 25px;
}

#image_and_caption a {
float: left;
}

#MainImage {
margin-right: 5px;
}
/* Remove the previous-next feature */

#imgbrowser #showPrevious {
	margin-left: 0px;
margin-top: 2px;
	padding: 2px;
text-decoration: none;
border-bottom: 1px solid white;
border-left: 1px solid white;
}

#imgbrowser #showPrevious:hover {
	color: #FFBB77;
text-decoration: none;
}



#imgbrowser #showNext {
	margin-right: 82px;
	padding: 1px;
text-decoration: none;
border-bottom: 1px solid white;
border-right: 1px solid white;
margin-top: 2px;

}

#imgbrowser #showNext:hover {
	color: #FFBB77;
text-decoration: none;
}


#imgbrowser #next {
	width: auto;
	float: left;
        font-size: 9pt;
        margin-top: 0px;
      
        
        
}

#imgbrowser .imagerow {

margin: 2px 2px 0px 0px;
	float: left;   
	background: transparent;
	text-align: center;
}

#imgbrowser .imagerow img {
        border: 1px solid black;
margin: 1px;
padding: 0px;
}

#imgbrowser .imagerow a {
	clear: both;
	text-align: center;
margin: 0; padding: 0;
}

div#next a, div#next a:visited {

color: white;
}

