#storeflyer {
	height: 207px;
	width: 540px;
}
#storeflyer .prevlink,
#storeflyer .nextlink {
	background-color: black;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	outline: none;
	height: 207px;
	width: 20px;
}
#storeflyer .prevlink:hover,
#storeflyer .nextlink:hover {
	background-position: left bottom;
}
#storeflyer .prevlink {
	background-image: url('/images/shop/prev.png');
	float: left;
}
#storeflyer .nextlink {
	background-image: url('/images/shop/next.png');
	float: right;
}
#storeflyer .prevlink span,
#storeflyer .nextlink span {
	display: none;
}
#storewindow {
	background: #eee url('/images/shop/bg.png') no-repeat left top;
	float: left;
	overflow: hidden;
	position: relative;
	height: 207px;
	width: 500px;
}
#storecontent {
	height: 181px;
	overflow: hidden;
	padding: 25px 10px 0;
	position: absolute;
	width: 1000px;
}
#storecontent a {
	margin: 0 20px;

	color: black;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
#storecontent a span {
	display: block;
	height: 30px;
	padding-top: 5px;
}
#storecontent a:hover span {
	background: #F8971D;
	color: black;
}
