
/***************************/
/* graphics gallery styles */
/***************************/


/* thumbnail poage */

a.thumb {
    float: left; padding: 1.5em; height: 125px;
	border: 1px solid #fff;
	}
a.thumb:hover {
	background: none;
	border: 1px solid #fc6;
    }

div.clear {
    clear: both;
    }

div.imagegroup {
	display: block;
	clear: both; border-top: 1px solid #fc0;
	}	
	
/* large thumbnail page */

div.large img {
    display: block;
	}
	
	
div.large p.caption {
    border-top:1px solid #fc0;
    }	
