/**
 * slideshow.css
 * Released with Slideshow 1.5.2 / May 2008
 * 
 * Defines styles for the Slideshow pause message
 * and the Slideshow title bar.
 */

div#slideshow-title {
	
	/* appearance */
	background: #000;
	opacity: 0.5;
	*filter: alpha(opacity=50);
	
	/* positioning */
	width: 680px;
	height: 15px;
	bottom: 0;
	left: 0;
	padding: 8px 0px 10px 10px;
	
	/* text style */
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS";

}

	div#slideshow-title span {
		margin-right: 10px;
	}

div#slideshow-pause {
	
	/* appearance */
	background: rgb(0, 0, 0);
	padding: 4px;
	border-left: 1px outset rgb(0, 0, 0);
	border-right: 1px outset rgb(0, 0, 0);
	border-bottom: 1px outset rgb(0, 0, 0);
	
	/* text style */
	color: rgb(255, 255, 255);
	font-variant: small-caps;
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}
div#slideControl {
	position:absolute; bottom: 8px; right:8px;
	font-size: 14px;
	color: #000;
	letter-spacing:5px;
}
div#slideControl a{
	text-decoration:none;
}
