#slideshow_box
{
	width:1350px;
	overflow:visible;
	height:583px;
	margin:0 auto;
}

#slideshow_prev, #slideshow_next
{
	float:right;
	height:583px;
	width:75px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
#slideshow_prev
{
	background-image:url('../images/arrow right.png');
}
#slideshow_prev:hover
{
	background-image:url('../images/arrow right press.png');
}
#slideshow_next
{
	background-image:url('../images/arrow left.png');
}
#slideshow_next:hover
{
	background-image:url('../images/arrow left press.png');
}

#slideshow
{
	float:right;
	width:1200px;
	height:583px;
	overflow:hidden;
	text-align:center;
}

#slideshow img
{
	max-width:100%;
	height:500px;
	cursor:pointer;
	position:relative;	
}

#slideshow .slideshow_img_desc
{
	height:83px;
	text-align:center;
	position:relative;
}
#slideshow .slideshow_img_desc .inner
{
	height:100px;
	overflow:hidden;
	color:#222;
	font-size:24pt;
	position:relative;
	left:50px;
	top:-10px;
}


#slideshow_selectors_area
{
	height:30px;
	position:relative;
	top:-30px;
	z-index:5;
}
#slideshow_selectors_area .img_selector
{
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url('../images/circle.PNG');
	margin-top:5px;
	margin-right:5px;
	position:relative;
	cursor:pointer;
}
#slideshow_selectors_area .img_selector.selected
{
	background-image:url('../images/circle press.PNG');
	/*margin-right:-14px;*/
}