/**
 * 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: rgb(0, 0, 0);	
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	
	/* positioning */
	width: 98%;
	height: 50px;
	bottom: 0;
	left: 0;
	padding: 4px 0 4px 0;
	
	/* text style */	
	font-family: Sans-serif,Arial,verdana;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	
}

	div#slideshow-title span {
	margin-left:5px;		
	}
	span#slideshow-caption{	
	padding-left: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;
}

