/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	overflow:hidden;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 270px;
    height: 117px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*freshness nav*/
div#freshness{
		width:500px;
		overflow:hidden;
}
div#freshness a{
	display:block;
	width:89px;
	float:left;
	background:no-repeat center center;
	overflow:hidden;
	padding-top:110px;
	height:1px;
}
div#freshness a.meats{
	background-image:url(../images/logo_fp_meats.gif);
}
div#freshness a.meats:hover{
	background-image: url(../images/logo_fp_meats_o.gif);
}
div#freshness a.produce{
	background-image:url(../images/logo_fp_produce.gif);
}
div#freshness a.produce:hover{
	background-image: url(../images/logo_fp_produce_o.gif);
}
div#freshness a.seafoods{
	background-image:url(../images/logo_fp_seafood.gif);
	background-position:38% center;
}
div#freshness a.seafoods:hover{
	background-image: url(../images/logo_fp_seafood_o.gif);
}
div#freshness a.deli{
	background-image:url(../images/logo_fp_deli.gif);
}
div#freshness a.deli:hover{
	background-image: url(../images/logo_fp_deli_o.gif);
}
div#freshness a.bakery{
	background-image:url(../images/logo_fp_bakery.gif);
}
div#freshness a.bakery:hover{
	background-image: url(../images/logo_fp_bakery_o.gif);
}