@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gallfade.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
a:active {
	color: transparent;
	text-decoration: none;
}
a:link {
	color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	color: transparent;
}
.main_button a {
	display:block;
	text-indent:-9999px;
	width:73px;
	height:40px;
	background-image:url(gallsprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.main_button a:hover {
	background-position: -73px 0px;
}
.prev_button a {
	display:block;
	text-indent:-9999px;
	width:59px;
	height:60px;
	background-image:url(gallsprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}
.prev_button a:hover {
	background-position: -59px -100px;
}
.next_button a {
	display:block;
	text-indent:-9999px;
	width:59px;
	height:60px;
	background-image:url(gallsprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.next_button a:hover {
	background-position: -59px -40px;
}	
.a:visited {
	text-decoration: none;
}
