/* CSS Document */

#slider1 {
    width: 710px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 710px; /* important to be same as image width or wider */
	position: absolute;

}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	width: 670px;
	background-color: #311A2C;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	color: #fff;
	display: none;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 16px;
	line-height: 1.2em;
}
.left {
	top: 0px;
	left: 0px;
	width: 145px !important;
	height: 280px;
}


ul { list-style-type: none;}

