div.slideshow {
	border: none;
	display: block;
	width 538px;
	height: 455px;
	}
div.slideshow img {
	border: none;
	display: block;
	width 538px;
	height: 455px;
	}

ul.thumbs {
	background-color: #fff;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	}

ul.thumbs li {
	list-style: none;
	display: inline;
	}

a.thumb, a.thumb:visited {
	margin: 0px 6px 0px 0px;
	padding: 5px;
	width: 25px;
	height: 20px;
	float: left;
	text-decoration: none;
	background-color: #253743;
	color: #fff;
	font-size: 14px;
	text-align: center;
	}
	a.thumb:hover, a.thumb:active {
		background-color: #253743;
		text-decoration: none;
		}
a.thumb:focus {
	outline: none;
	}


