/* Styles useful for portfolios */

/* There is a different frame-img in photos.css */
/* 	This style can be used for galleries that don't use the 
	ImageForGallery.php format, & all we want to do is frame the image.
	(11-13-07 changed to use default colors) */
.frame-img {		// Use default hover color
	padding: 0; 
	margin: 5px;	margin-right: 0px;	margin-left: 10px;	border-style: solid;	border-width: 5px;	/* IE can't change the color of a link using 'hover' if the color is specified in the link's class. To get around the problem, specify the color for a class that contains the links you want to change with 'hover' & let the non-hovered link color be inherited */
	/* Either that, or it can't change the color if a 'border-color' is specified */
}

/* Need this @ end of gallery images */
DIV.space-line {
	clear: both; margin: 0; padding: 0; width: auto; 
}

// Added as a fix for Opera. Menus weren't being evenly spaced 
// 4-8-08 Do I still need this?
TD.stripe { 
	height: 0;
	width: 16%;  // <- ...here is the fix 
}
