.slideshow.portable.container {
	width: 800px;
	overflow: hidden;
	position: relative;
}
.controls {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.slideshow.portable.container.over .controls {
	display: block;
}
.controls .arr {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: absolute;
}
.controls .arr.l {
	left: 3px;
	display: none;
}
.controls .arr.r {
	width: 100%;
	right: 3px;
}
.controls .arr a {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	cursor: pointer;
	outline: none;
}
.controls .arr a:hover {
	background: none !important;
}
.controls .arr a span {
	width: 19px;
	height: 19px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.controls .arr.r span {
	right: 0;
}

.controls .arr.l span {
	background-image: url(arr_l.png);
	text-indent: -99999px;
}
.controls .arr.r span {
	/*background-image: url(arr_r.png);*/
	text-indent: -99999px;
}
.slider {
	width: 99999px;
	overflow: hidden;
}
.slide {
	float: left;
}
