﻿

/*  styles for the thumbnail container and photo display  */
/*** photo gallery
**********************************/

 #photoGallery
 {
	/*border-top: dotted 1px #aaa;*/
 }

 #photoGallery a:link img, #photoGallery a:visited img
 {
	margin: 5px;
	padding: 2px;
	border: solid 1px #ccc;
	background-color: #fff;
 }
 
 #photoGallery a:hover img, #photoGallery a:active img
 {
	background-color: #ccc;
 }
 
 #largeImage 
 {
	margin: 10px 0 0 10px;
	padding: 3px;
	border: solid 1px #ccc;
 }
 
/*** for consistency, use hover effect for full size images too
********************************************************************/
 
 a:link img#largeImage, a:visited img#largeImage 
 {
	margin: 10px 0 0 10px;
	padding: 3px;
	border: solid 1px #ccc;
	background-color: #fff;	
 }
 
 a:hover img#largeImage, a:active img#largeImage 
 {
	background-color: #ccc;
 }
 
 #photoDescription
 {
	width: 480px;
	margin: 10px 0 0 10px;
	padding: 4px;
 }
 