*{
	margin:0;
	padding:0;
}

body{
	color:#f7f7f7;
	font-family:"Trebuchet MS";
}

.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
    position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("http://cdn.ovetel.com/img/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	-moz-box-shadow:0 0 30px #ccc inset;
	-webkit-box-shadow:0 0 30px #ccc inset;
	box-shadow:0 0 30px #ccc inset;
}

.sponsorFlip img{
    position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	display:none;
}

.sponsorDescription{
	font-size:12px;
	padding:40px 10px 20px 10px;
}

.sponsorURL{
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	text-align:center;
	
}

.clear{
	clear:both;
}


#wall{
	position:relative;
	margin:0 auto;
	width:960px;
	margin-bottom:30px;
	margin-top:25px;
	text-align:center;
}


.note{
	font-size:11px;
	padding-bottom:20px;
	text-align:center;
}

#wall a, #wall a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
	border:none;
}

#wall a:hover{
	text-decoration:underline;
	border:none;
	color:#039;
}

#wall a img{
	border:none;
}
