/* An Individual product Multiple divs */
.thisProd_v2 {
	height: 220px;
	width: 250px;
	z-index: 2;
	position: relative;
/*	background-color: #000000; */
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
/* The Name element of a honey */
.ProdName_v2 {
	z-index: 3;
	height: 40px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: oblique;
	color: #990033;
	background-color: #CCFFFF;
	text-align: center;
}

/* this applies to the main picture associated with the honey */
.ProdPic_v2 {
	z-index: 3;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* The Portrait */
#thisProd_v2 .ProdPic_v2 img {
	height: 180px;
	width: 250px;
	border: none;
}

/* swapped images */
.ProdSwap01_v2 {
	visibility: hidden;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:5;
	cursor: crosshair;
}

/* The Swap Image */
#thisProd_v2 .ProdSwap01_v2 img {
	height: 180px;
	width: 250px;
	border: none;
}
.ProdSwap02_v2 {
	visibility: hidden;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:6;
	cursor: crosshair;
}
/* The Swap Image */
#thisProd_v2 .ProdSwap02_v2 img {
	height: 180px;
	width: 250px;
	border: none;
}

.ProdSwap03_v2 {
	visibility: hidden;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:7;
	cursor: crosshair;
}
/* The Swap Image */
#thisProd_v2 .ProdSwap03_v2 img {
	height: 180px;
	width: 250px;
	border: none;
}

.ProdSwap04_v2 {
	visibility: hidden;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:8;
	cursor: crosshair;
}

/* The Swap Image */
#thisProd_v2 .ProdSwap04_v2 img {
	height: 180px;
	width: 250px;
	border: none;
}

.ProdSwap05_v2 {
	visibility: hidden;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:8;
	cursor: crosshair;
}
.cell1 {
	background-color: #CCCCCC;
	border-left: 1;
	border-bottom: 1;
	border-right: 1;
	border-top: 1;
}
.cell2 {
	background-color: #9DBBD9;
}
.cell3 {
	background-color: #9686F0;
}
.cell4 {
	background-color: #9DBBD9;
}

/* The Swap Image */
#thisProd_v2 .ProdSwap05_v2 img {
	height: 180px;
	width: 250px;
	border: none;
}

/* A bounding box containing the concepts */
.ProdThumbs_v2 {
	z-index: 3;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 180px;
/*	background-color: #000000; */
}
/* Each thumbnail uses this class */
.ProdThumb_v2 {
	z-index: 4;
	height: 40px;
	width: 40px;
	float: left;
}
/* The Concept buttons */
#thisProd_v2 .ProdThumbs_v2 .ProdThumb_v2 img {
	height: 40px;
	width: 40px;
	border: none;
}
