.sponsorListHolder{
	margin-bottom: 15px;
    margin-right: -15px;
    margin-left: -6px;
    width: 942px;
}

.sponsor{
	width:133px;
	height:134px;
	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%;
	background:url("../images/sponsors/background.jpg") no-repeat center center;
}

.sponsorFlip:hover{
    background:#fff url("../images/sponsors/background.png") no-repeat center center;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-67px 0 0 -66px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:14px;
	padding:25px 20px 0px 20px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    text-align: center;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
    text-align: center;
    text-shadow: none;
    width: 120px;
    overflow: hidden;
    height: 35px;
}
.sponsorURL a {color: #202020; text-decoration: none;  line-height: 15px;}
.sponsorURL a:hover {color: #fff; text-decoration: none; display: block;}

.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;
}

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

