.ListHolder{
}

.sponsor{
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
}

.Flip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	padding: 6px;
	color: #FFF;
	font-size: x-small;
}

.Data{
	/* Hiding the .sponsorData div */
	display:none;
}

/* The styles below are only necessary for the styling of the demo page: */

#panel {
	width: 1px;
	margin: 0;
	padding: 0;
}

