#slideshow_bg_space
{
	overflow:hidden;
	height:695px;
}
#slideshow_box
{
	position:relative;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	overflow:hidden;
	height:730px;
}
#slideshow
{
	width:100%;
	height:730px;
	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:50%;
	opacity:0;
	transform: scale(3);
	/*object-fit: cover;
	*/
	z-index:1;
}
#slideshow .slideshow_img_desc
{
	width:1460px;
	overflow:visible;
	position:relative;
	right:100%;
	z-index:5;
	transform: skewX(-40deg);
	text-align: center;
}
#slideshow .slideshow_img_desc .inner
{
	display:inline-block;
	color: #222;
	font-size: 24pt;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 0;
	width:730px;
	margin-left:0px;
}
#slideshow .slideshow_img_desc .inner.left
{
	float:left;
}
.slideshow_img_desc .slideshow_top_title
{
	overflow:hidden;
	margin-top:90px;
	min-height:70px;
	line-height:70px;
	font-size:54pt;
	color:white;
	font-weight:bold;
}
.slideshow_img_desc .slideshow_desc_title
{
	overflow:hidden;
	font-size:40pt;
	line-height:50px;
	color:white;
	font-weight:bold;
	display:none;
}
.slideshow_img_desc .slideshow_desc_text
{
	overflow:hidden;
	margin-top:20px;
	min-height:20px;
	line-height:20px;
	font-size:16pt;
	color:white;
}
.slideshow_img_desc a
{
	overflow:hidden;
	display:inline-block;
	margin-top:45px;
	height:50px;
	line-height:50px;
	padding:0px 20px;
	border-radius:25px;
	font-size:20pt;
	color:white;
	background-color:#f15c60;
}
.slideshow_img_desc a:hover
{
	background-color:black;
	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:730px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#slideshow_next,
#slideshow_prev
{
	height:730px;
}
#slideshow_next span,
#slideshow_prev span
{
	height:730px;
}
#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');
}

