﻿#slider {
	width: 482px; /* important to be same as image width */
	height: 322px; /* important to be same as image height */
	position:static; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 482px; /* important to be same as image width or wider */
	position: static;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	position: relative;
	display: none;
	border: 1px solid #0E4792;
}
.sliderImage span {
	position: absolute;
	padding: 10px 10px;
	width: 480px;
	background-color: #364B66;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 16px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
