﻿
/* Slideshow code from here */
.slideshow {
	display:block;
	float:left;
	position: relative;
	background: black;
	width: 430px;
	height: 350px;
	border: 1px solid #b9af73;
	/*margin-bottom: 20px;*/
}
.slideshow img {
	position: absolute;
	z-index: 1;
	background: #fff;
}
ul.recentlist {
	position: absolute;
	bottom: 12px;
	right: 4px;
	list-style: none;
	z-index: 2;
}
ul.recentlist li {
	margin: 0;
	padding: 0;
	display: inline;
}
ul.recentlist li a, ul.recentlist li a:visited {
	display: block;
	float: left;
	background: #e5e5e5;
	padding: 4px 8px;
	margin-right: 1px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
ul.recentlist li a:hover, ul.recentlist li a:visited:hover {
	background: #666;
	color: #fff;
}
ul.recentlist li a.current {
	background: #f00;
	color: #fff;
}

