#wrapper {
    width: 880px;
	height: 310px;
    margin: 0 auto;
	background: url(../images/featured-product-bg1.png) repeat-x;
}

#wrapper-explore {
	width: 880px;
	height: 320px;
	margin: 0 auto;
	background: #fff;
}

#slider {
    width: 880px;
    margin: 0 auto;
    position: relative;
}

#slider-explore {
	width: 880px;
	margin: 0 auto;
	position: relative;
}

.scroll {
    height: 295px;
    width: 880px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin: 0 auto;
}

.scroll-explore {
	height: 413px;
    width: 880px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin: 0;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 897px;
	text-align: center;
}

.scrollContainer-explore div.panel {
	padding: 0 3px;
	width: 890px;
}

.slider-navi-wrapper { text-align: center; margin: 0px; padding: 0px;}

ul.navigation, ul.navigation-explore {
    list-style: none;
    margin: 0px;
    padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}



ul.navigation li, ul.navigation-explore li {
    display: inline;
    margin-right: 10px;
	line-height: 33px;
}

ul.navigation a, ul.navigation-explore a {
    padding: 9px;
    color:#60366B;
    text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
    /*background: url(../images/coda-slider-active.png) repeat-x;*/
	background-color:#fff;
	border-right:1px solid #8c8c8c;
	border-left:1px solid #8c8c8c;
	border-bottom:1px solid #8c8c8c;
	color: #990000;
}

ul.navigation-explore a:hover, ul.navigation-explore a.selected {
	/*background: transparent url(../images/pager_active_bg.gif) no-repeat scroll center center;*/
	background-color:#F00;
}

ul.navigation a:focus, ul.navigation-explore a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 145px;
    cursor: pointer;
	background:url(../images/spacer.gif);
}

.scrollButtons.left {
    left: -20px;
	background:url(../images/spacer.gif);
}

.scrollButtons.right {
    right: -20px;
	background:url(../images/spacer.gif);
}

.hide {
    display: none;
}

/* Featured Product */
.featuredProdBG {background-color:#FFF; padding:0px; width: 150px; height: 232px; }
.featured-prod-description {width:140px; text-align:center; display:inline; position: relative; top: -10px; /*margin-top:-45px; padding: 0px 5px 5px 5px;*/ }
.featured-products td { padding: 0; width: 175px; text-align: center;  }
.featured-products-image { }
.fppg {display: inline; background-color:#FFF; top: -40px;};
.featured-product-price-bg {display:inline; position: relative; top: 60px; /*padding: 8px 15px 8px 18px; font-size:1.4em; font-weight: bold; background: transparent url(../images/priceburst1.png) no-repeat center center; margin-top: 3px;*/ }
/*.featured-product-price-bg { display:inline; position: relative; left: 70px; top: -40px; padding: 15px; font-size:1.4em; font-weight: bold; background: transparent url(../images/featured-products-price-bg.png) no-repeat center center; }*/
.featured-product-price-bg a { color: #FFF; }
.featured-products .product-image { width: 150px; text-align:center; margin-right: 3px; }
.featured-product-title { color: #60366B; font-size: .9em; font-weight: bold; text-transform: uppercase; font-stretch: condensed;  }

