@charset "utf-8";
/* CSS Document */

#slider1 {
    width: 300px; /* important to be same as image width */
    height: 250px !important; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden;
	float:left;
	clear:both;
/* important */
}

#slider1Content {
    width: 300px; /* important to be same as image width or wider */
    position: absolute;
	height:250px;
	top: -10px;
	left:-25px;
	margin-left: 0;
	float:left;
	clear:both;
}
.slider1Image {
	float: left;
	position:absolute;
	display: none;
	width:300px;
	height:250px;
	left: 1px;

}
.slider1Image span {
    position: absolute;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#9a7049;
    padding: 5px 5px;
    width: 300px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	height:250px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 12px;
	 padding: 0px 5px;
	 color:#9a7049;
}
.left1 {
	top: 0px;
    left: 5;
	width: 100px !important;
	height: 300px;
	padding-left:5px;
}

.left1 ul { list-style-type: none; }

