#slider {
	width: 780px; /* important to be same as image width */
	height: 510px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	margin-left: -35px;
	top: -20px;
}

#sliderContent {
	width: 740px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 384px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	left: 4px;
	top: 12px;
}
.sliderImage span h2 {
	color: #FFF;
}
.sliderImage span p {
	color: #FFF;
}

.clear {
	clear: both;
}
/*.sliderImage span strong {
    font-size: 14px;
}*/
.top {
	top: 0px;
	left: 0;
	width: 706px !important;
	height: 75px;
}
/*.bottom {
	bottom: 0;
	left: 0;
	width: 700px !important;
	height: 100px;
}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 500px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 500px;
}
*/