.sponsorListHolder{
	/*margin-bottom:30px;margin-left: 115px;*/
	width:940px;
	margin:0 auto 30px;
}

.sponsorListHolder .sponsor{
	width:140px;
	height:140px;
	float:left;
	margin:8px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}
.sponsorListHolder .sponsor2{
	width:230px;
	height:230px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}
.sponsorListHolder .sponsorFlip,.sponsorListHolder .sponsorFlip2{
	/*  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;
}

.sponsorListHolder .sponsorFlip:hover,.sponsorListHolder .sponsorFlip2: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;
}

.sponsorListHolder .sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}
.sponsorListHolder .sponsorFlip2 img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-95px 0 0 -95px;
}
.sponsorListHolder .sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorListHolder .sponsorDescription{
	font-size:8px;line-height: 8pt;
	padding:50px 10px 20px 20px;
	font-style:italic;
}
.sponsorListHolder .sponsorDescription2{
	font-size:11px;
	padding:5px 10px 20px 20px;
	font-style:italic;
}
.sponsorListHolder .sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.sponsorListHolder .clear{
	/* This class clears the floats */
	clear:both;
}


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



.sponsorListHolder h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background:url('img/page_bg.gif') repeat-x bottom #f8f8f8;
}

.sponsorListHolder h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

.sponsorListHolder h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.sponsorListHolder .note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

.sponsorListHolder .sponsorURL a.surl, a.surl:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

.sponsorListHolder .sponsorURL a.surl:hover{
	text-decoration:underline;
}

.sponsorListHolder .sponsorURL a.surl img{
	border:none;
}