
#image_row_416, #image_row_480, #image_row_800  {
	display: block;
	background: #e0e0e0;
	border: 1px solid #ccc;
	height: auto;
	padding: 4px;
	margin: 10px auto 4px;
	display: overflow;
	}
#image_row_416 { width: 416px; }
#image_row_480 { width: 480px; }
#image_row_800 { width: 800px; }

#image_row_416 img, #image_row_480 img, #image_row_800 img {
	display: inline;
	border: 2px solid #fff;
	margin: 2px;
	vertical-align: top;
	}
#image_row_800 img { border-color: #000; }
#image_row_416 img:hover, #image_row_480 img:hover, #image_row_800 img:hover {
	border-color: #66f; 
	}


