/* Shopping Strip */

#shop {
	clear: both;
	display: block;
	margin: 0;
	height: 250px;
	position: relative;
	background: #000;
}
#crossboards {
	position: absolute;
	top: 0;
	left: 365px;
}
#shopping {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 250px;
	text-align: center;
	background: url("../images/bgSplatter.png") center -35px no-repeat;
}
#shoponline {
	margin-top: 20px;
}
#shopnow {
	width: 205px;
	height: 100px;
	margin: 0 auto;
}
#shopnow a {
	display: block;
	width: 100%;
	height: 100%;
}
#shopnow:hover {
	background-position: 0 -100px !important;
}
#shopnow span {
	display: none;
}
#comingsoon {
	width: 205px;
	height: 100px;
	background-position: 0 -100px !important;
	margin: 0 auto;
}
#comingsoon span {
	display: none;
}
#waiver {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 250px;
	text-align: center;
	background: url("../images/bgSplatter2.png") center -35px no-repeat;
}
#waiverinfo {
	margin-top: 30px;
}
#waiverbutton {
	width: 205px;
	height: 100px;
	margin: 0 auto;
}
#waiverbutton a {
	display: block;
	width: 100%;
	height: 100%;
}
#waiverbutton:hover {
	background-position: 0 -100px !important;
}
#waiverbutton span {
	display: none;
}