@charset "utf-8";

 #s3slider {
	width: 720px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	float: right;
	margin: 0;
	background-color: #160f09;
	border: solid 6px #160f09;
}

#s3sliderContent {
	width: 720px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}

.s3sliderImage {
    float: left;
    position: relative;
	display: none;
}

.s3sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    /*filter: alpha(opacity=70);*/
    /*-moz-opacity: 0.7;*/
	/*-khtml-opacity: 0.7;*/
    opacity: 0.7;
    color: #fff;
    display: none;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.slider1Image span strong {
    font-size: 14px;
}
#s3slider .posleft {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
#s3slider .posright {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 290px;
}
.bottom {
	bottom: 0;
    left: 0;
}
.top {
	top: 0;
	left: 0;
}
.slider1Image ul { list-style-type: none;}

