.slide {
	width: 100%;
}
.slide .featured-brand {
	left: 0px;
	top: 28px;
	position: absolute;
}
.slide-content {
	width: 941px;
	height: 445px;
	position: relative;
	margin: 0 auto;
}
.slide .feature {
	height: 295px;
	width: 498px;
	display: block;
	position: absolute;
	left: 3px;
	top: 104px;
}
.slide .feature-headline
, .slide .feature-teaser {
	text-indent: -9000px;
}
.slide-link-button 
,.slide-link-button:visited
,.slide-link-button:link
,.slide-link-button:hover {
	background: transparent url(images/slideshow-button-gradient.png) repeat-x top left;
	display: block;
	padding: 0 26px 0 18px;
	height: 25px;
	position: absolute;
	left: 42px;
	bottom: 48px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-moz-box-shadow: 00 1px 3px #666;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #666;
	cursor: pointer;
}

.slideshow-pager-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 2000;
	overflow:	hidden;
	height: 27px;
}
.slideshow-button-container {
	width: 941px;
	margin: auto;
	height: 27px;
	overflow: hidden;
}

.slide-pager {
	width: 53px;
	height: 27px;
	text-indent: -9000px;
	display: block;
	float: right;
	background: transparent url(images/slideshow-pager.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
.next-slide-pager {
	background-position: right 0;
}