.sponsorPlantingHorz{
	width:125px;
	height:70px;

	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	margin:-4px;
	padding-left:5px;
}

.sponsorFlipPlantingHorz{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	
}

.sponsorFlipPlantingHorz:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlipPlantingHorz img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:relative;
	top:6px;
	left:6px;
}

.sponsorPlantingVert{
	width:125px;
	height:70px;

	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	float:left;
}

.sponsorFlipPlantingVert{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	float:left;
	border:1px solid #ddd;	
	
}

.sponsorFlipPlantingVert:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlipPlantingVert img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:6px;
	left:6px;
}


.sponsorExtraImages{
	width:110px;
	height:90px;

	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	float:left;
}

.sponsorFlipExtraImages{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	float:left;
	border:1px solid #ddd;	
	
}

.sponsorFlipExtraImages:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlipExtraImages img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:11px;
	left:11px;
}










