#slider1 {
	position: relative;
/* important */
	width: 820px;
/* important to be same as image width */
	height: 300px;
/* important to be same as image height */
	overflow: none;
/* important */
	margin-bottom: 50px;
}
#slider1Content {
	width: 820px;
/* important to be same as image width or wider */
	position: relative;
	top: 0;
  left: -15px;
	margin-left: 0;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	padding: 10px 13px;
	width: 800px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 19px;
}
.left {
	top: 0px;
	left: 0px;
	width: 375px !important;
	height: 280px;
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
  line-height: 1.525;
  letter-spacing: 0.5px;    
	color: #fff;
}
.right {
	right: 0px;
	top: 0px;
	width: 340px !important;
	height: 280px;
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
  line-height: 1.525;
  letter-spacing: 0.5px;     
	color: #fff;
}
.ruspora {
	right: 0px;
	top: 0px;
	width: 360px !important;
	height: 280px;
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
  line-height: 1.525;
  letter-spacing: 0.5px;     
	color: #fff;
}
ul {
	list-style-type: none;
}