#slider {
    width: 462px; /* important to be same as image width */
    height: 234px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 462px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: -40px !important;
	margin-left: 0px;

	margin-top:0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 458px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding: 4px 4px 4px 6px;
	;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/*
#demo_container {
	background-color: #FFFFFF;
	width: 458px;
	height: 229px;
	position: relative;
	margin: 0 auto;
	top: 0px;
}

#demo_container h2 {
	font-size: 20px;
	font-style: italic;
	line-height: 70px;
	color: #000000;
	text-align: center;
}

#items_container {
	width: 458px;
	height: 229px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;
}

div.slide_item {
	width: 458px;
	height: 229px;
	position: absolute;
	left: 500px;
	top: 0px;
	background-color:#000000;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}*/