#slideshow_box
{
	width:100%;
	text-align:center;
	overflow:hidden;
	height:910px;
}
#slideshow
{
	width:100%;
	height:910px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
#slideshow_middle .slideshow_hover
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:50;
	cursor:pointer;
}
#slideshow img,
#slideshow .async_image
{
	width:auto;
	margin:0px auto;
	height:100%;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0%;
	opacity:0;
	transform: scale(3);
	/*object-fit: cover;
	*/
	width:100%;
	z-index:1;
}
#slideshow .slideshow_img_desc
{
	overflow:visible;
	position:relative;
	right:100%;
	z-index:5;
	transform: skewX(-40deg);
}
#slideshow .slideshow_img_desc .inner
{
	color: #222;
	font-size: 24pt;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: right;
	top: 0;
	width: 730px;
	margin-left:0px;
}
.slideshow_img_desc .slideshow_top_title
{
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:32pt;
	color:#D7C69A;
	margin-top:220px;
}
.slideshow_img_desc .slideshow_desc_title
{
	overflow:hidden;
	font-size:56pt;
	line-height:70px;
	color:#95171B;
	font-weight:bold;
	
}
.slideshow_img_desc .slideshow_desc_text
{
	font-size:20pt;
	min-height:25px;
	line-height:25px;
	overflow:hidden;
	color:black;
	margin:20px 0;
}
.slideshow_img_desc a
{
	height:56px;
	line-height:56px;
	color:black;
	font-size:20pt;
	width:260px;
	text-align:center;
	float:right;
	margin-left:50px;
	display:inline-block;
	margin-top:30px;
	font-weight:bold;
	background-color:#D7C69A;
	border:0;
	text-indent:0;
	border-radius:27px;
}
.slideshow_img_desc a:hover
{
	background-color:#95171B;
	color:white;
}
#slideshow_selectors_area
{
	height:30px;
	position:relative;
	top:-30px;
	z-index:5;
	text-align:center;
	display:none;
}
#slideshow_selectors_area .img_selector
{
	float:right;
	display:inline-block;
	width:13px;
	height:13px;
	background-image:url('../../images/circle.png');
	margin-top:5px;
	position:relative;
	cursor:pointer;
}
#slideshow_selectors_area .img_selector.selected
{
	background-image:url('../../images/circle press.png');
}
#slideshow_selectors_area center
{
	display:inline-block;
	overflow:hidden;
}
#slideshow_arrows_area
{
	overflow:visible;
	height:910px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#slideshow_next,
#slideshow_prev
{
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	height:910px;
	width:90px;
	position:relative;
	top:0;
	z-index:6;
	text-align:center;
}
#slideshow_next span,
#slideshow_prev span
{
	display:inline-block;
	height:910px;
	width:20px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
#slideshow_next
{
	float:right;
}
#slideshow_next span
{
	background-image:url('../images/slideshow arrow right.png');
}
#slideshow_next:hover span
{
	background-image:url('../images/slideshow arrow right2.png');
}
#slideshow_prev
{
	float:left;
}
#slideshow_prev span
{
	background-image:url('../images/slideshow arrow left.png');
}
#slideshow_prev:hover span
{
	background-image:url('../images/slideshow arrow left2.png');
}
