.featuredbox-wrapper, .featuredbox {
	width: 640px;
	height: 384px;
	position: relative;
	overflow: hidden;
	/* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; */
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#FFF;
	font-size: 20px;

}
.featuredbox .description {
	bottom: 15px;
	left: 20px;
	/* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; */
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#FFF;
	font-size: 20px;
	width: 440px;
	height: 20px;
	position: absolute;
	
}
.featuredbox-wrapper .navigation {
	bottom:15px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;
	height: 20px;
	width: 150px;
}
.featuredbox-wrapper .navigation ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li {
	float: left;
	height: 20px;
	width: 15px;
	margin: 7px 5px 0px 0px;
	padding: 0px;
	background-color: #FF0000;
	background:transparent url(../images/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover {
}
.featuredbox-wrapper .navigation li.active {
	background:transparent url(../images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1, .featuredbox .box-slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 384px;
	width: 640px;
	z-index: -1;
	background: #FFF;
	color: #000;
}
