body { background-color: #fff; }

#aa_slideshow {
	width: 180px;
	margin: 0  auto;
	padding: 2px;
	border: 0px solid black;
	background: transparent;
	text-align: center;
}

#aa_slideshow p {
	padding: 0;
	margin: 0;
}

#aa_slideshow img {
width: 150px;

}

.aa_ss_fp {
	width: 100%;
	display: none;
	visibility: visible;
	background:transparent;
}

#aa_controls {
	background-color: #000;
	width: 100%;
	height: 20px;
	border-top: 2px solid #aaa;
	color: #fff;
	position: relative;
	z-index: 0;
}

#aa_controls a {
	color: #fff;
	text-decoration: none;
	z-index: 0;
}

#ss_start {
	visibility: hiddem;
	position: absolute;
	left: 40%;
	bottom: 0;
}

#ss_stop {
	position: absolute;
	left: 40%;
	bottom: 0;
}


#ss_next {
	visibility: hiddem;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#ss_prev {
	visibility: hiddem;
	position: absolute;
	left: 10px;
	bottom: 0;
}