
#slider {
	width: 984px; /* important to be same as image width */
	height: 405px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	/*background-image:url(/images/delcam/headerBanners/background.jpg);*/
	background-repeat:no-repeat;
	
}

#sliderContent {
	width: 987px; /* important to be same as image width or wider */
	/*position: absolute;
	top: 500;
	margin-left: 0;*/
	margin:0px;
	padding:0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	list-style:none;
}
/* padding : top left bottom right*/
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 984px;
	/*background-color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	text-align:left;
	/*color: #333;*/
	display: none;
	list-style:none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	/*padding: 20px 13px;*/
}
.bottom {
	bottom: 0;
	left: 0;
}
.bottom-right {
	bottom: 0;
	/*left: 400;*/
}
