#wrapper {
    width: 980px;
	height: 360px;
    margin: 0 auto;
	background: url(../images/featured-products-bg.png) no-repeat center;
}

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

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

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

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

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

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

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

.slider-navi-wrapper { text-align: center; }

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

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;
	color: #FFF;
}

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

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

.scrollButtons {
    position: absolute;
    top: 165px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/* Featured Product */
.featured-products td { padding: 0; width: 300px; text-align: center; }
.featured-products-image { }
.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: 300px; text-align:center; }
.featured-product-title { color: #60366B; font-size: .9em; font-weight: bold; text-transform: uppercase; font-stretch: condensed; margin-top: 2em; }

