/* GENERAL STYLES */
/***********************************
Sets your window to see the coolness
***********************************/
.slidingGalleryContainer {
	position:relative;
	overflow:hidden;
	width: 815px;
	/* sets area to display button divs */
	padding: 0 50px; 
}

/*********************************
Primary container for the buttons
*********************************/
.toggleButtonsLeft {
	position:absolute;
	top:0;
	left:0;
}
.toggleButtonsRight {
	position:absolute;
	top:0;
	left:865px;
}
/* global for the two buttons */
a.previous, a.next, a.previousInnactive{ 
	display:block;
	width:50px;
	height:300px;
	background: #f4f5f0 url(http://media.heinz.com/media/ourfoods/popularproducts/buttonLeft.gif) center no-repeat;
	color: #CCCCCC;
	font-size: 20px;
	text-align: center;
	outline: none;
}
/* puts right button on the right */
a.next{ 
	display: block;
	background: #f4f5f0 url(http://media.heinz.com/media/ourfoods/popularproducts/buttonRight.gif) center no-repeat;
	/* displays inline */
	float: right; 
}
a:hover.next {
	background: #f4f5f0 url(http://media.heinz.com/media/ourfoods/popularproducts/buttonRightHover.gif) center no-repeat;
	}
a:hover.previous {
	background: #f4f5f0 url(http://media.heinz.com/media/ourfoods/popularproducts/buttonLeftHover.gif) center no-repeat;
	}
	
/******************************
Global class for the main frame
******************************/
.panels{
	position:relative;
	/* dont edit */
	width:50000px; 
	left:0;
	clear: both;
}

/***************************************
Individual panel + add in html as needed
***************************************/
.panel{
	position: relative;
	width:265px;
	float:left;
	height: 300px;
	background: ;
	padding: 0 5px;
}

/************
Global styles
************/
.panel h2 {
	color: #666666;
}
/************
C0ntainer Skin
************/
.popProdWrapper {
	width: 915px;
	background: #f4f5f0;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	}
.popProdWrapper h2 {
	font-size: 16px;
	margin: 20px 0 5px 0;
	}
.popProdContainer {
	width: 915px;
	height: 340px;
	max-height: 340px;
	overflow: hidden;
	display: block;
	}
.popProductHeader {
	width: 915px;
	height: 57px;
	background: url(http://media.heinz.com/images/horizLine.jpg) no-repeat bottom center;
	}
.popProductHeader h1 {
	color: #8c886b;
	font-size: 14px;
	margin: 30px 0 0 10px;
	float: left;
	}
.popProductHeader ul li {
	display: inline;
	float: left;
	list-style: none;
	margin: 30px 0 0 10px;
	}
.nav ul {
	margin: 0 0 0 200px;
	}
.dNone {
	visibility: hidden;
	display: none;
	}
.nav a {
	color: #999999;
	width: 150px;
	height: 18px;
	display: block;
	text-align: center;
	padding: 2px 0 0 0;
	outline: none; text-decoration: none;
	}
.nav a.active {
	background: url(http://media.heinz.com/media/ourfoods/popularproducts/selectedOption2.jpg) no-repeat;
	color: #333333;
	width: 150px;
	}
.panel a.productLink {
	display: block;
	width: 109px;
	height: 21px;
	background: url(http://media.heinz.com/media/ourfoods/popularproducts/productpagebtn.png) 0 0 no-repeat;
	margin: 5px 0 0 100px;
	}
.panel a.productLink:hover {
	background-position: 0px -21px;
	}
img.productImg {
	display: block;
/*	width: 79px;
	height: 342px;*/
	overflow: hidden;
	margin: 0 2px 0 0;
	}
.panel h2 {
	width: 167px;
	margin-left:100px;
}
.panel p {
	width: 167px;
	margin-left:100px;
	font-size: 12px;
}


/* EDITOR PROPERTIES */

