#slidefeatured {
	width:960px;
	height:420px;
	position:relative;
	display: none;
	z-index: 4;
}
.slidefeaturedbuttonleft {
   	background: url('../image/slidefeaturedleft.png') top left no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 50%;
	left: 0px;
	cursor: pointer;
}
.slidefeaturedbuttonleft:hover {
   	background: url('../image/slidefeaturedleft.png') bottom left no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 50%;
	left: 0px;
	cursor: pointer;
}
.slidefeaturedbuttonright {
   	background: url('../image/slidefeaturedright.png') top left no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 50%;
	right: 0px;
	cursor: pointer;
}
.slidefeaturedbuttonright:hover {
   	background: url('../image/slidefeaturedright.png') bottom left no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 50%;
	right: 0px;
	cursor: pointer;
}
.slidefeatured {
	border: 1px solid #dddddd;
}
p#slidefeatured-title {
	width: 150px;
	position: absolute;
	bottom: 10px;
	left: 410px;
	font-size: 15px;
	font-weight: bold;
	z-index: 99999;
	text-align: center;
}
p#slidefeatured-alt {
	width: 150px;
	position: absolute;
	color: #ff0000;
	bottom: -10px;
	left: 410px;
	font-size: 15px;
	font-weight: bold;
	z-index: 99999;
	text-align: center;
}