/* Photomodule - thumbnail.cfm & thumnail_list.cfm
---------------------------------------------------*/

.thumb {}

.thumbnails h4 {
	color:#000000;}

.thumbborder {
	border:1px solid #CCC;
	padding:4px;}
	
.thumbborder:hover  {
	border:1px solid #000;
	padding:4px;}
	
.thumbnail_list img {
	border:1px solid #CCC;}
	
.thumbnail_list img:hover {
	border:1px solid #000;}
