#slideshow_box
{
	width:100%;
	text-align:center;
	overflow:hidden;
	height:470px;
}

#slideshow
{
	width:100%;
	height:470px;
	overflow:hidden;
	text-align:center;
	position:relative;	
}

#slideshow img
{
	width:auto;
	margin:0px auto;
	height:100%;
	cursor:pointer;
	position:absolute;	
	left:50%;
}

#slideshow .slideshow_img_desc
{
	height:0px;
	overflow:visible;
	position:relative;
	right:-100%;
	z-index:5;
}
#slideshow .slideshow_img_desc .inner
{
	color: white;
	font-size: 24pt;
	height: 470px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 0;
	
}


.slideshow_img_desc .slideshow_desc_title
{
	font-size:28pt;
	height:50px;
	overflow:hidden;
	color:white;
	margin-top:80px;
}
.slideshow_img_desc .slideshow_desc_text
{
	overflow:hidden;
	font-size:12pt;
	line-height:30px;
	color:white;
}

.slideshow_img_desc a
{
	border:3px solid white;
	background-color:transparent;
	color:white;
	font-size:16pt;
	padding:5px 80px;
	display:inline-block;
	margin-top:20px;
}
.slideshow_img_desc a:hover
{
	background-color:white;
	color:black;
}

#slideshow_selectors_area
{
	height:30px;
	position:relative;
	top:-30px;
	z-index:5;
	text-align:center;
}
#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:470px;
	width:1270px;
}
#slideshow_next,
#slideshow_prev
{
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	height:470px;
	width:50px;
	position:relative;
	top:-470px;
}
#slideshow_next
{
	float:right;
	background-image:url('../images/slideshow arrow right.png');
}
#slideshow_next:hover
{
	background-image:url('../images/slideshow arrow right2.png');
}
#slideshow_prev
{
	float:left;
	background-image:url('../images/slideshow arrow left.png');
}
#slideshow_prev:hover
{
	background-image:url('../images/slideshow arrow left2.png');
}