.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:182px;
	height:138px;
	float:left;
	margin: 12px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:0px solid #ddd;	
	background-color: #fff;
}

.sponsorFlip:hover{
	border:0px solid #999;
}

.sponsor {height: 138px; margin: 0 12px}
.sponsorFlip img{
/*	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
*/
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:30px 20px 0px;
	font-style:italic;
	background-color: #fff;
	height: 108px;
}
.sponsorDescription p {color:#000}
.sponsorDescription a {color:#E13067}
.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin:0 auto;
	width:960px;
}

