.sponsorListHolder{margin:0px; padding:0px; width:762px;}
.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px; display:inline;
	/* 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:1px solid #ddd;	
	background:url("../img/background.jpg") no-repeat center center #f9f9f9;
}
.sponsorFlip: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;
}
.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	position:absolute;
	margin:-70px 0 0 -70px;
}
.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}
.sponsorDescription{
	font-size:14px;
	padding:50px 10px 20px 20px; font-weight:bold;
}
.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{ overflow:hidden;
	position:relative;
	margin:0 auto;
	width:762px;
}
.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}
.clients-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9D0000;
	text-align: center;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}