#slideshow {
    position:relative;
	margin-left: auto;
	margin-right: auto;
	width:650px;
    height:420px;
	border:0px solid #000;
}

div.inside_slideshow
{
	position:absolute;
	width:650px;
	height:400px;
	text-align:center;
	z-index:0;
}
div.inside_slideshow_active
{
	position:absolute;
	width:650px;
	height:400px;
	z-index:10;
	background-color:#FFF;
	text-align:center;
}
div.inside_slideshow_last_active
{
	position:absolute;
	width:650px;
	height:400px;
	text-align:center;
}

div.description
{
	text-align:left;
	position:absolute;
	left:0px;
	width:650px;
	background-color:#373838;
	height:80px;
	z-index:20;
	font-size:12px;
	color:#9fa1a3;
	bottom:0px;
	overflow:hidden;
}
div.description_text
{
	position:absolute;
	top:20px;
	left:20px;
	padding-bottom:0px;
	text-align:left;
	width:590px;
	float:left;
	font-size:12px;
	color:#9fa1a3;
	overflow:hidden;
}
div.description_arrow
{
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:350px;
	font-size:12px;
	color:#9fa1a3;
	overflow:hidden;
}

img.img_right
{
	float:right;
}
img.img_left
{
	float:left;
}

HR
{
	height:2px;
	color:#6c6e70;
	background-color:#6c6e70;
	border:0px;
	margin-bottom:0px;
	border-spacing:0px;
	font-size:5px;
}

img.down-arrow
{
	position:absolute;
	bottom:80px;
	right:7px;
	cursor:pointer;
	width:30px;
}

img.up-arrow
{
	position:absolute;
	top:80px;
	right:7px;
	cursor:pointer;
	width:30px;
}