.captition{
	opacity:.7;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	width:100%;
	height:15px;
}

span.capt{
	color:#fff;
	font-size:9px;
	font-weight:bold;
	position:absolute;
	padding-left:2px;
	bottom:-1px;
	opacity:1;
}

.sponsor{
	width:70px;
	height:70px;
	float:left;
	margin: 1px 4px 5px 1px;
	
	
	/* 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: #f3f3f3;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 35px #999 inset;
	-webkit-box-shadow:0 0 25px #999 inset;
	box-shadow:0 0 25px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	/*
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
	*/
}

.sponsorData{ display:none;}

.sponsorDescription{
	font-size:11px;
	padding: 2px 6px 0px 5px;
	font-style:italic;
}

.sponsorURL{ font-size:10px;font-weight:bold;padding-right:5px;float:right;}


.tag_cloud { 
	background-color:#EAEAEA;/*#dae0e5;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;

	margin:1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_cloud:hover{
	color:#f26600;
}

