h2.sponsor {
	/* This is the "MY TWEETS" title */
	color:white;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:12px 0 0 0;
	text-transform:uppercase;
	text-align: center;
	/* The CSS3 text-shadow property */
	text-shadow:2px 1px 6px #333;
}
h2.sponsor a {
	color: white;
}

#sponsor-ticker{
	/* Styling the ticker */
	width:340px;
	height:200px;
	background:url(/images/slickbg.png) no-repeat #f5f5f5;
	color:#666666;
	margin-top: 30px;
	display: none;
	/* Rounded corners */
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:right;
}

#sponsor-container{
	/* This is where the tweets are inserted */
	height:130px;
	width:auto;
	overflow:hidden;
}

#sponsorIcon{
	/* Positioning the icon holder absolutely and moving it to the upper-left */
	position:absolute;
	top:-15px;
	left: -15px;
	width:64px;
	height:64px;
}

#sponsor-top-bar{
	height:45px;
	background:url(/images/top_bar_2.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;

	/* Rounding the top part of the ticker, works only in Firefox unfortunately */
	-moz-border-radius:6px 6px 0 0;
}

.sponsor-slideshow {
 margin: 0 auto;	
}