﻿	#slideshow{
	direction:rtl;
	width:564px;
	height:305px;
	overflow:hidden;
	border:1px solid #ccc; z-index:2; -moz-border-radius: 5px;
background-color: #ccc;
padding: 6px;
}
	.image{
	display:none;
	width:560px;
	height:300px;position:relative; top:0px;

}
	.image img{
	width:560px;
	height:300px;
}
	#show_text{
	background-color:#454545;color:#ffffff;right:0px;padding:6px;display:block;	
	opacity: 0.8;filter:alpha(opacity=80);position:relative; z-index:3;top:-66px;
font-family: Arial, Tahoma; font-size: 12pt; font-weight: bold; text-align: justify; margin-right: 2px; margin-left: 2px;

}
#desc {color: #fff; font-family: Tahoma, Arial; font-size: 9pt; font-weight: normal; line-height: 18px;}
	#slideshow a{
	color:white;
	text-decoration:none
}