#slideshow_box
{
	overflow:hidden;
	height:350px;
	margin-top:0;
}

#slideshow_prev, #slideshow_next
{
	float:right;
	height:350;
	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:690px;
	overflow:hidden;
	text-align:center;
	margin-top:25px;
}

#slideshow img
{
	width:100%;
	height:350px;
	cursor:pointer;
	position:relative;
}

#slideshow .slideshow_img_desc
{
	height:83px;
	text-align:center;
	position:relative;
}

#slideshow .slideshow_img_desc .inner
{
	height:690px;
	overflow:hidden;
	color:#000000;
	font-size:20px;
	position:relative;
	left:50px;
	top:-10px;
	padding-top:0px;
}

#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;
	margin-left:5px;
}

#slideshow_selectors_area .img_selector.selected
{
	background-image:url('../images/circle press.PNG');
}

/*** LTR **/
body[dir=ltr]
{
}

body[dir=ltr] #slideshow_prev, body[dir=ltr] #slideshow_next
{
	float:left;
}

body[dir=ltr] #slideshow
{
	float:left;
}

body[dir=ltr] #slideshow_selectors_area .img_selector
{
	float:left;
	margin-right:0px;
	margin-left:5px;
}

