#box-wrap {
	text-align: left;
	margin: 0px auto;
	width: 580px;
}
.featuredbox-wrapper{
	display: none;
}
.featuredbox-wrapper,
.featuredbox{
	width: 560px;
	height: 300px;
	position: relative;
	overflow: hidden;
	font-family:  Verdana, Tahoma, "Lucida Sans";
	font-size: 9pt;
	font-weight: normal;
} 
.featuredbox .description{
	bottom: 15px;
	left: 20px;
	font-size: 12px;
	color: #FFF;
	width: 200px;
	height: 20px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
}
.featuredbox-wrapper .navigation{
	bottom:30px;
	right:15px;
	padding:0px;
	position:absolute;
	z-index:100;
	height: 20px;
	width: 80px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/inactive.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/active.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 560px;
	z-index: -1;
	background: #FFF;
	color: #000;
}
/*----------------WINES------------*/
.wines #box-wrap {
	text-align: left;
	margin: 0px auto;
	width: 640px;
}
.wines .featuredbox-wrapper{
	display: none;
}
 .wines .featuredbox-wrapper,
.wines .featuredbox{
	width: 620px;
	height: 250px;
	position: relative;
	overflow: hidden;
	font-family:  Verdana, Tahoma, "Lucida Sans";
	font-size: 9pt;
	font-weight: normal;
} 
.wines .featuredbox .description{
	bottom: 15px;
	left: 20px;
	font-size: 12px;
	color: #FFF;
	width: 200px;
	height: 20px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
}
.wines .featuredbox-wrapper .navigation{
	bottom:30px;
	padding:0px;
	position:absolute;
	z-index:100;
	height: 20px;
	width: 80px;
	left: 25px;
}
.wines .featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.wines .featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/inactive.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.wines .featuredbox-wrapper .navigation li.hover{

}
.wines .featuredbox-wrapper .navigation li.active{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/active.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.wines .featuredbox .box-slide1,
.wines .featuredbox .box-slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	width: 620px;
	z-index: -1;
	background: #FFF;
	color: #000;
}

