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

div#slideshow-pause {
	
	/* appearance */
	background: #4e4e4e;
	padding: 5px;
	border-left: 0px outset rgb(0, 0, 0);
	border-right: 0px outset rgb(0, 0, 0);
	border-bottom: 0px outset rgb(0, 0, 0);
	
	/* text style */
	color: rgb(255, 255, 255);
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
