/*
    Document   : s3slider
    Created on : 31.03.2011, 14:49:24
    Author     : philipp
    Description:
        Purpose of the stylesheet follows.
*/
.s3slider {
   position: relative; /* important */
   overflow: hidden; /* important */
   display:inline-block;
}

.s3sliderContent {

   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

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

.s3sliderImage span {
   position: absolute;

    padding: 10px 10px;

    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;

}

.s3slider_clear {
   clear: both;
}

.s3slider_top {
	top: 0;
	left: 0;
}
.s3slider_bottom {
	bottom: 0;
    left: 0;
}
.s3slider_left {
	top: 0;
    left: 0;

}
.s3slider_right {
	right: 0;
	bottom: 0;

}
