﻿	#slideshow{
	direction:rtl;
	font-family:Tahoma;
	font-size:12px;
	width:375px;
	height:280px;
	overflow:hidden;
	border:1px black solid;
	background: #999999;
}
	.image{
	display:none;
	width:375px;
	height:280px;position:relative; z-index:2;top:0px
}
	.image img{
	width:375px;
	height:280px;
}
	#show_text{
	background-color:#454545;color:#CCCCCC;right:0px;padding:5px;display:block;	
	opacity: 0.8;filter:alpha(opacity=80);position:relative; z-index:3;top:-50px


}
	#slideshow a{
	color:white;
	text-decoration:none
}
