ul.banner {
	position: relative;
}
.banner li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
.banner img {
	border: 0px solid #e7e7e7;
	padding: 0px;
}


a.banner_next, a.banner_prev {
	background-image: url("images/arrows.png");
	display: none;
	height: 50px;
	margin-top: -50px;
	position: relative;
	top: 245px;
	width: 51px;
	z-index: 60;
	outline:none;
}
a.banner_next {
	background-position: 100% 100%;
	left: 525px;
}
a.banner_prev {
	background-position: 0 100%;
	right: -15px;
}
a.banner_next:hover {
	background-position: 100% 0;
	outline:none;
}
a.banner_prev:hover {
	background-position: 0 0;
	outline:none;
}
a.banner_next, a.banner_prev {
	display: block;
}


a.banner_logo {
	background-image: url("../../../../images/banners/bottom_logo.png");
	display: none;
	width: 178px;
	height: 38px;
	margin-top: -50px;
	position: relative;
	left: -2px;
	top: 13px;
	z-index: 60;
	outline:none;
}
a.banner_logo:hover {
	outline:none;
}
a.banner_logo{
	display: block;
}




a.banner_join, a.banner_donate, a.banner_login, a.banner_store, a.banner_renew, a.banner_forum {
	display: none;
	height: 45px;
	width: 137px;
	margin-top: -50px;
	position: relative;
	left: 450px;
	z-index: 60;
	outline:none;
}
a.banner_join {
	background-image: url("../../../../images/sitewide/join.jpg");
	top: 85px;
}
a.banner_join:hover {
	background-image: url("../../../../images/sitewide/join_on.jpg");
	outline:none;
}

a.banner_renew {
	background-image: url("../../../../images/sitewide/renew_off.jpg");
	top: 85px;
}
a.banner_renew:hover {
	background-image: url("../../../../images/sitewide/renew_on.jpg");
	outline:none;
}

a.banner_donate {
	background-image: url("../../../../images/sitewide/donate.jpg");
	top: 152px;
}
a.banner_donate:hover {
	background-image: url("../../../../images/sitewide/donate_on.jpg");
	outline:none;
}

a.banner_login {
	background-image: url("../../../../images/sitewide/login.jpg");
	top: 205px;
}
a.banner_login:hover {
	background-image: url("../../../../images/sitewide/login_on.jpg");
	outline:none;
}

a.banner_forum {
	background-image: url("../../../../images/sitewide/forum_off.jpg");
	top: 205px;
}
a.banner_forum:hover {
	background-image: url("../../../../images/sitewide/forum_on.jpg");
	outline:none;
}

a.banner_store {
	background-image: url("../../../../images/sitewide/store.jpg");
	top: 270px;
}
a.banner_store:hover {
	background-image: url("../../../../images/sitewide/store_on.jpg");
	outline:none;
}


a.banner_join, a.banner_donate, a.banner_login, a.banner_store, a.banner_renew, a.banner_forum {
	display: block;
}

.printable{
	display:block;
}
.nonprintable{
	display:block;
}
