/**
 * @author Chris Lewis Nov 14, 2007 <chris@thegodcode.net>
 * @version $Id: slideshow.css 25 2007-11-20 16:21:10Z burningodzilla $
 */

.gc-slideshow {
	position: relative;
	width: 300px;
	height: 300px;
	border: 5px solid #eee;
	overflow: hidden;
}

.gc-slideshow .gc-slide {
	position: absolute;
	top: 0px;
	left: 0px;
}

.gc-slideshow .gc-slideshow-ctls {
	position: absolute;
	background: url(slideshow/bg.png) repeat-x;
	cursor: pointer;
	height: 47px;
	width: 100%;
}