/**
 * 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 */*/
/*	opacity: 0.7;*/
/*	*filter: alpha(opacity=70);*/
/*	/* positioning */*/
/*	width: 100%;*/
/*	height: 15px;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	padding: 0 0 0 0;*/
/*	/* text style */*/
/*	color: yellow;*/
/*	text-align: right;*/
/*	font-weight: bold;*/
/*	font-size: 11px;*/
/*	font-family: Tahoma, Arial, Sans-serif;*/
/**/
/*}*/
/**/
/*	div#slideshow-title span {*/
/*		margin-right: 50px;*/
/*	}*/

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;
}
#slides{
	width:150px;
	height:100px;
	margin:0 auto;
	padding:0;
}
#baseSlides{
	width:150px;
	height:100px;
	margin:0 auto;
	padding:0;
}
#slideshow-container{
	width:150px;
	height:100px;
	margin:0 auto;
	padding:0;
}
element.style{
	height:100px;
	position:relative;
	width:150px;
	margin:0 auto;
	padding:0;
}

