/**
* 	SLIDER
*/

#slider {
	width: 998px; /* important to be same as image width */
	height: 322px; /* important to be same as image height */
	position: relative; /* important */
	/*overflow: hidden;  important */
	margin: 0px auto;
}
#slidersubstitute{
width:998px; height:1px; background-color:#887C72; margin-bottom:2px; display:none;
}

#sliderContent {
	width: 998px; /* important to be same as image width or wider */
	top: 0;
	margin-left: 0;
	margin: 0px auto;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	height: 322px;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	text-align: left;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 210px !important;
	height: 230px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 300px;
}
ul { list-style-type: none; margin: 0px; padding: 0px; }