#bowlingslideshow { float:none; width:700px; height: 700px; margin: 15px 0 40px 0; }
#bowlingslideshow h3 {margin-bottom:10px;font-size:1.5em;}
#bowlingslideshow p {text-align:left;}

/**
Modifications to base Stylesheet: Slideshow.css
	CSS for Slideshow.
License:
	MIT-style license.
Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).

Stylesheet: antarctica-slideshow.css
 Customized settings for Summer 2012 Hanford slideshow
*/
/**
Captions
*/
.slideshow-captions {
	color: #000; background: #fff; left: 0; overflow: hidden; position: absolute; top: 586px; width: 100%; z-index: 10000; text-align: center;
}
.slideshow-captions-hidden {
	height: 0; opacity: 0;
}
.slideshow-captions-visible {
	height: 100px;  opacity: 1;
}
/**
Controller
*/
.slideshow-controller {top:686px;}
.slideshow-controller-hidden {opacity: 1;}



