/* slideshow gallery */

.slideshow {
	position: relative;
	overflow: hidden;
}

.slideshow a {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slideshow img {
	border: none;
}

/* pagination control */

.slideshow ul,
.slideshow ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top:290px;
	left: 26px;
	z-index: 3;
}

.slideshow ul li,
.slideshow ol li {
	float: left;
	display:inline-block;
	margin: 0;
	width: 10px;
	height:10px;
	margin-right:7px;
}

.slideshow ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	text-decoration: none;
	color: transparent;
	background:#333;
	text-align: center;
	font-size: 0px;
	font-weight:bold;
	line-height:1px;
	height:10px;
}

.slideshow ul li a.current {
	color: transparent;
	background: #CCC;
	border:0;
}

.slideshow ul li a:hover {
	color: transparent;
border: 1px solid #111;
}
.slideshow ul li a:hover.current {
color:transparent;
}

	
/* caption control */

.slideshow ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: transparent;
	background: #000;
	padding: 3px 10px;
}

	.slideshow ol li {
		width: 100%;
	}

