#specials_widget_slider {
	width: 100%;
	max-height: 284px;
	overflow: hidden;
	position: relative;
}

#specials_widget_slider > div {
	width: inherit;
	float: left;
	position: relative;
}

#specials_widget_slider > div > a {
	width: inherit;
}

#specials_widget_slider > div > a > img {
	width: inherit;
}

.specials_widget {
	position: relative;
	width: 100%;
}

.ad_bar > .specials_widget {
	width: 31.62%;
}

#specials_widget_nav {
	position: absolute;
	z-index: 5000;
	bottom: 15px;
	left: 10px;
}

#specials_widget_nav a {
	padding: 4px 8px;
	font-style: italic;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-right: 3px;
	transition: 0.3s ease;
	min-width: 15px;
}

#specials_widget_nav a.cycle-pager-active, #specials_widget_nav a:hover {
	background-color: #e99a19;
}

#specials_widget_archive_link {
	position: absolute;
	z-index: 1000;
	right: 15px;
	bottom: 15px;
	color: #e6e6e6;
	font-style: italic;
	transition: 0.3s ease;
}

#specials_widget_archive_link:hover {
	color: #fff;
}

.not_special {
	height: 284px;
	background-color: #111;
	color: #eee;
	height: 100%;
}

.not_special h2 {
	padding-top: 35%;
	text-align: center;
}