body {
	font-family: Verdana,FreeSans, Georgia, Helvetica, Tahoma, sans-serif;
}
.slideshow {
        float: left;
	width: 340px;
	height: 260px;
	overflow: hidden;
	position: relative;
	border: 2px groove #2C4161;
	-webkit-box-shadow: 2px 2px 8px 3px #339933;
        -moz-box-shadow: 2px 2px 8px 3px #339933;
         box-shadow: 2px 2px 8px 3px #CCCCFF;
	}
.content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 326px;
	min-height: 30px;
	background: url('1x1.png');
	color: #fff;
	padding: 7px;
	font-family: "Verdana";
	font-size: 8pt;
}
#slideshow-counter {
	border-top: 1px solid #fff;
	padding-top: 7px;
	margin-top: 5px;
}
.container, .hidden {
	top: 0;
	left: 0;
	width: 340px;
	height: 260px;
	position: absolute;
}
.title {
	font-size: 10pt;
	color: yellow;
	margin: 0 0 5px 0;
}
.controls {
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.controls span {
	color: #000;
	padding: 3px;
}
.controls span:hover {
	color: red;
	position: relative;
	top: -1px;
	left: 1px;
}
