#sponsors_slideshow {
	background-image: none;
	background-color: white;
	position: relative;
	display: block;
	text-align: center;
}

#sponsors_slideshow a {
	display: block;
	margin: 8px 0;
	}
#sponsors_slideshow img {
	border: none;
	display: block;
}

	
div#sponsors_slideshow_control p { text-align: left; clear: both; }
div#sponsors_slideshow_control label {
	padding: 0.5em 0.5em;
	width: 6em;
	float: left;
}
div#sponsors_slideshow_control input.widefat { display: inline; clear: none; width: auto; }



/*--- JQuery Slideshow Styles. Cleaned ---*/

.slideshow, .slideshow-content {
font:12px Verdana, Tahoma, sans-serif;
}

.slideshow {
/*padding:2px;*/
position:relative;
/*border:2px solid #eee;
background-color:#eee;*/
display:none; /* Set to "none" for not preview slideshow content */
}

.slideshow-content {
/*border:1px solid #ccc;*/
background-color:#fff;
color:#333;
overflow:hidden;
position:relative;
width:100%;
height:100%;
}


