h1 {
	color: #967f49;
	}

#content {
	min-height: 320px;
	#height: 427px;
	margin-top: 10px;
	/*border-top: 1px solid #000000;*/
	width: 900px !important;
	}

#content ul {
	height: 427px;
	list-style: none;
	}
#content li {
	height: 427px;
	width: 280px;
	/* background: url(images/bg_storefront.png) no-repeat; */
	position: relative;
	float: left;
	margin: 0 10px;
	}
#content li img {
	position: absolute;
	left: 50%;
	}
#content li img.logo {
	top: 60px;
	display: none;
	}
#content li img.storefront {
	top: 212px;
	margin-left: -107px;
	margin-top: -107px;
	}
#content li img.store_open_button {
	display: none;
	top: 90%;
	margin-left: -15px;
	margin-top: -15px;
	}

#scroller {
	width: 153px;
	margin: 10px auto;
	position: absolute;
	left: 50%;
	margin-left: -76.5px;
	top: 350px;
	z-index: 50000;
	}
#scroller input {
	float: left;
	width: 51px;
	height: 51px;
	border: none;
	color: #ffffff;
	}
#scroller input.scr_prev {
	background: url(images/scr_prev.png);
	}
#scroller input.scr_next {
	background: url(images/scr_next.png);
	}
#scroller input.scr_pause {
	background: url(images/scr_play.png);
	}
#scroller input.scr_prev:hover {
	background: url(images/scr_prev2.png);
	cursor: pointer;
	}
#scroller input.scr_next:hover {
	background: url(images/scr_next2.png);
	cursor: pointer;
	}
#scroller input.scr_pause:hover {
	background: url(images/scr_play2.png);
	cursor: pointer;
	}
#scroller .scr_track {
	width: 539px;
	height: 7px;
	float: left;
	background: url(images/scrollbar_track.png);
	color: #ffffff;
	position: relative;
	}
.scr_thumb {
	width: 17px;
	height: 7px;
	background: url(images/scrollbar_thumb.png);
	position: absolute;
	top: 0;
	left: 0;
	}

#itemcounter {
	margin: 5px 10px;
	text-align: right;
	width: 45px;
	position: absolute;
	left: 0;
	top: 320px;
	z-index: 50000;
	}

#footer {
	margin-top: 20px;
	}
	
#ab_ajax:hover {
	text-decoration: underline;
}