ul {
	list-style:none;
	margin : 0px;
	padding: 0px;
}
#slider {
   width: 938px;
   height: 553px;
   position: relative;
   overflow: hidden;
   margin:0px;
   padding:0px;
}
#sliderContent {
	width: 938px;
	position: absolute;
	top: 0;
}
#sliderFlash {
	float: left;
	width:520px;
	color:#FFFFFF;
	font-size:16px;
	line-height:22px;
	background-color:#c83662;
	position: relative;
	top:240px;
	padding:20px;
	text-align:left;
	z-index:100;
}
.sliderImage {
   float: left;
   position: relative;
   display: none;
}
.sliderImage span {
   position: absolute;
   padding: 0px;
   width: 938px;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
   color: #ffffff;
   display: none;
   font-size:12px;
   left: 0;
   bottom: 0;
}
.clear {
   clear: both;
}
