.swapGalButton{ /* gallery button container so some browsers will play nice */
	padding: 0;
	margin: 0;
	text-align: center;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */
}
.galButton {
	width:120px;
	height:140px;
	display: block;
	color:#FFFFFF;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */
}
.galButton a:link {
	width:120px;
	height:140px;
	display: block;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */
	color: rgb(153,153,255);
	text-decoration: none;	
}
.galButton a:visited {
	display: block;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */	
	color: rgb(102,0,102);
	text-decoration: none;
}
.galButton a:hover {
	display: block;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */	
	color: rgb(255,204,102);
	text-decoration: none;
}

.galButton a:active {
	display: block;	
	outline: 0; /*eliminate the dotted line around the button when it is pressed */	
	color: rgb(255,204,102);
	text-decoration: none;
}
.galSmTxt {
	font-size: 86%;
	text-decoration:underline;
}
.galLgTxt {
	font-size: 130%;
	color:#FFFFFF;
	text-decoration:none;
}
.galLgTxt a{
	font-size: 130%;
	color:#FFFFFF;
	text-decoration:none;
}
.galLgTxt a:link {
	font-size: 130%;
	color:#FFFFFF;
	text-decoration:none;
}
.galLgTxt a:visited {
	font-size: 130%;
	color: rgb(255,255,255);
	text-decoration:none;
}
.galLgTxt a:hover {
	font-size: 130%;
	color: rgb(255,255,255);
	text-decoration:none;
}
.galLgTxt a:active {
	font-size: 130%;
	color: rgb(255,255,255);
	text-decoration:none;
}
.gwhtsp /*half the line size of other css files in site */
{
	white-space: pre;
	font-family: Maiandra, Candara, Verdana, Arial, sans-serif;
	font-size: 6px;
	line-height: .5em;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
}