#slideshow {
	position: relative;
	width: 814px;
	height:298px;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
#slideshow a:hover img {
    filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	border: 0px;
}
#slideshow a img {
	border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#controls {
	z-index: 1000;
	position: absolute;
	left: 30px;
	display: none;
	margin: 0px;
	top: 30px;
	padding: 0px;
	}
#controls li {
	float: left;
	list-style: none;
}
#controls a {
	margin:0px 3px 0px 0px;
	padding: 6px 10px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #333;
	font-family: tahoma;
	font-size: 8pt;
	display: block;
	line-height: normal;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
}
#controls a.activeSlide {
	color: #FFF;
	border: 1px solid #676767;
	background-image: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
}
#loading{
	position: absolute;
	z-index: 1000;
	width:814px;
	height:298px;
	top:0px;
	left:0px;
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
         filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
         opacity: .4;
}
#loading-img{
	position: absolute;
	z-index: 1000;
	top:138px;
	left:379px;
	font-family: tahoma;
	font-size: 8pt;
	color: #FFF;
	direction:rtl;
	width:56px;
	height:21px;
	text-align:center
}