#slideshow_box
{
	width:100%;
	text-align:center;
	height:800px;
	overflow:hidden;
	z-index:90;
	position:relative;
	margin-top:0px;
}
#slideshow
{
	width:100%;
	height:800px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
#slideshow img
{
	width:auto;
	margin:0px auto;
	height:100%;
	cursor:pointer;
	position:absolute;
	left:50%;
	opacity:0;
}
#slideshow .slideshow_img_desc
{
	height:0px;
	overflow:visible;
	position:relative;
	right:-100%;
	z-index:5;
}
#slideshow .slideshow_img_desc .inner
{
	color: #222;
	font-size: 24pt;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: right;
	top: 0;
	width: 40%;
	margin-right:50%;
}
.slideshow_img_desc .top_space
{
	overflow:hidden;
	height:70px;
}
.slideshow_img_desc .slideshow_top_title
{
	overflow:hidden;
	height:40px;
	line-height:40px;
	font-size:28pt;
	color:black;
}
.slideshow_img_desc .slideshow_desc_title
{
	overflow:hidden;
	height:40px;
	line-height:40px;
	font-size:24pt;
	color:black;
	font-weight:bold;
}
.slideshow_img_desc .bar
{
	overflow:hidden;
	height:5px;
	background-color:#D4AC64;
	margin-top:10px;
	margin-bottom:30px;
}
.slideshow_img_desc .slideshow_desc_text
{
	overflow:hidden;
	font-size:36pt;
	line-height:50px;
	color:black;
	font-weight:bold;
}
.slideshow_img_desc a
{
	background-color:#2EA23D;
	color:white;
	font-size:20pt;
	height:60px;
	line-height:60px;
	border-radius:30px;
	width:250px;
	text-align:center;
	float:right;
	display:inline-block;
	margin-top:50px;
	font-weight:bold;
}
.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:380px;
	width:100%;
}
#slideshow_next,
#slideshow_prev
{
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	height:380px;
	width:90px;
	position:relative;
	top:-380px;
	text-align:center;
}
#slideshow_next span,
#slideshow_prev span
{
	display:inline-block;
	margin-top:183px;
	height:34px;
	width:19px;
}
#slideshow_next
{
	float:right;
}
#slideshow_prev
{
	float:left;
}
#slideshow_next span
{
	background-image:url('../images/arrow right.PNG');
}
#slideshow_next:hover span
{
	background-image:url('../images/arrow right press.PNG');
}
#slideshow_prev span
{
	background-image:url('../images/arrow left.PNG');
}
#slideshow_prev:hover span
{
	background-image:url('../images/arrow left press.PNG');
}
