#gallery {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#galContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 5px;
	background-attachment: fixed;
	background-image: url(../images/gal_logo.gif);
	background-repeat: no-repeat;
	background-position: 250px 5px;
}
#galContent a:link {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
	line-height: 16px;
	display:block;
}
#galContent a:visited {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:none;
	line-height: 16px;
	display:block;
}
#galContent a:hover {
	background-attachment: fixed;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-position: 1px 5px;
	padding-left:9px;
	text-decoration:underline;
	line-height: 16px;
	display:block;
}
