
.sponsorListHolder
{
	/*margin-bottom:30px;*/
}

.sponsor
{
	width:178px;
	height:178px;
	float:left;
	margin:4px;
	_margin:2px;
	/* 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:178px;
	/*border:1px solid #ddd;*/	
	background:url("../images/background.jpg") no-repeat center center #f9f9f9;
	overflow:hidden;
}

.sponsorFlip:hover
{
	/* 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;
	top:50%;
	left:50%;
	margin:-89px 0 0 -89px;*/
}

.sponsorData
{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription
{
	font-size:12px;
	font-style:Microsoft YaHei;
	word-break:break-all;
}

.sponsorURL
{
    
	font-size:12px !important;
	font-weight:bold;
	word-break:break-all;
}
.sponsorURL a
{
    width:158px;
    float:left;
}
.clear
{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main_container
{
	position:relative;
	margin:0 auto;
	width:772px;
}

a img
{
	border:none;
}
