
#viewer,
#imagesBox,
#image-title, 
#image-comment {
    width: 600px;
    margin: 0 auto 0 auto;
    
}

#viewer,
#imagesBox {
    overflow: auto;
}
#viewer {
    height:auto;
    text-align: center;
    vertical-align: middle;
}
#viewer img {
    max-height: 600px;
    max-width: 600px;
    cursor: pointer;
    display: block;
    margin: 0 auto 0 auto;
    
}
#imagesBox 
{
	padding-bottom:5px;
    margin-bottom: 2px;
    background-color:Silver;
    border:solid 1px black;
}        
#imagesBox img {
    height: 35px;
    width: 35px;
    float: left;
    border: solid 1px blue;   
    
    margin: 5px 5px;
    cursor: pointer;
}
#image-title
{
	display:inline;
	float:left;
    font-weight: bold;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	word-spacing: 1px;
}
#image-comment 
{
	display:inline;
	float:left;
    padding: 4px 0 4px 0; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	word-spacing: 1px;
}
.imgBorder
{	padding-left:3px;
	width: 35px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	}
.imgThumbbox
{
	background-color:Silver;
	}	
	