#slideshowContainer * {
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#slideshowContainer {
	height:243px;
	position:relative;
	width:707px;
	float: left;
}
#slideshowContainer #loading { position: absolute; }
#slideshowContain0r #loading { background: url('../template_img/spinner.html'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }

#slideshowContainer #slides {
	width: 707px;
	height: 243px;
	left: 0;
	overflow: hidden;
	list-style-type: none;
}

#slideshowContainer #slides li {
	display: block;
	position: absolute;
	top: 0;
	width: 707px;
	height: 243px;
}
#slideshowContainer #slides li img {
	display: block;
	position: relative;
	bottom: 0;
	height: 243px;
	width: 707px;
}

#slideshowContainer #slides li div.slide_desc_big{
	position:absolute;
	display:none;
	top:0;
	padding: 37px 0 0 90px;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, sans-serif;
	width: 450px;
	line-height: 150%;
}
