#slideshow {
	width: 735px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 5px;
	border-top: thin solid #bfbfbf;
	border-bottom: thin solid #bfbfbf;
}
#homeslideshow {
	width: 750px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: none;/* thin solid #bfbfbf; */
}
#slideshow img {
	min-width: 300px; /* --- width of portrait oriented image with height of 450px --- */
	height: 450px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	border: none; /* thin solid #bfbfbf; */
}
#homeslideshow img {
	width: 750px; /* --- width of portrait oriented image with height of 450px --- */
	height: 250px;
	display: block;
	margin: 0;
	padding: 0;
	border: none; /* thin solid #bfbfbf; */
}
#slideshow ul,
#homeslideshow ul {
	margin: 0;
	padding: 0;
}
#slideshow ul li {
	width: 675px;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
#homeslideshow ul li {
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slideshow ul li a,
#homeslideshow ul li a {
	display: block;
	cursor: pointer;
}


/* --- slideshow caption --- */
#SlideOverlay {
	width: 675px;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
}
#SlideOverlay p.caption  {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
	color: #999;
	text-align: center;	
}

/* --- slideshow navigation --- */
#slideshow .prev,
#slideshow .next {
	width: 25px;
	height: 25px;
	position: absolute;
    top: 50%;
	margin-top: -25px;
	padding: 0;
	z-index: 100;
	cursor: pointer;
}
#slideshow .prev {
	left: 0;
	background: url('../images/backbtn.png') no-repeat;
	background-size: 25px 25px;
}
#slideshow .prev:hover {
	left: 0;
	background: url('../images/backbtnhov.png') no-repeat;
	background-size: 25px 25px;
}
#slideshow .next {
	right: 0;
	background: url('../images/forwardbtn.png') no-repeat;
	background-size: 25px 25px;
}
#slideshow .next:hover {
	right: 0;
	background: url('../images/forwardbtnhov.png') no-repeat;
	background-size: 25px 25px;
}



/* --- slideshow pager --- */
#slideshow .pager {
	display: block; /* --- use inline-block prev/next buttons are used --- */
	margin: 5px 0 0 0;
	padding: 0;
	font-family: OpenSansRegular, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	z-index: 1000;
}
#slideshow .pager a {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-indent: -9999em;
	background-color: #999;
}
#slideshow .pager a:hover,
#slideshow .pager a.activeSlide {
	background-color: #f00;
}