.slideshow_frame
{
}

.slideshow
{
	list-style: none;
	margin: auto;
	padding: 0;
	margin-bottom: 13px;
}

.slideshow li
{
	text-align: center;
}

.slideshow li img
{
	margin: auto;
}

.slideshow li p
{
	font-size: 11px;
	margin: 0;
	padding: 5px 40px 5px 40px;
	text-align: center;
}


/* WHITE slideshow */
.slideshow.white li
{
	background: white;
}

.slideshow.white li p
{
	background: white;
	color: black !important;
}


.slideshow_controls
{
	list-style: none;
	margin: auto;
	padding: 0;

	position: relative;
	top: -15px;
	z-index: 20;
}

.slideshow_controls li
{
	height: 15px;
}

.slideshow_controls li.previous
{
	float: left;
	text-align: left;
}

.slideshow_controls li.next,
.slideshow_controls li.next a
{
	text-align: right;
}

.slideshow_controls li.next a
{
	margin-left: 85%;
}

.slideshow_controls li a
{
	display: block;

	padding: 0 20px 0 20px !important;
	padding: 0;

	width: 25px;
	height: 15px;
}

.slideshow_controls li a span
{
	display: none;
}

.slideshow_controls li.previous a
{
	background: url('../img/left.gif') no-repeat 50% 50%;
}

.slideshow_controls li.next a
{
	background: url('../img/right.gif') no-repeat 50% 50%;
}