
#slider {
    width: 690px; /* important to be same as image width */
    height: 347px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:5px solid #7D3689;
}
#sliderContent {
    width: 699px; /* important to be same as image width or wider */
	/*height: 356px;*/
    position: relative;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	width: 690px;
    height: 347px;
    float: left;
    position: relative;
	display: none;
	list-style:none;
	/*background:#FF6600*/
}
.sliderImage span {
    width: 670px;
	padding: 13px;
    background-color: #000;
	position: absolute;
	font: 15px Arial, Helvetica, sans-serif;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { 
	list-style: none;
	overflow:hidden;
}
