/* 
    Document   : s3slider
    Created on : 30-set-2009, 16.12.26
    Author     : CASGIN
    Description:
        Purpose of the stylesheet follows.
*/

#slider {
    width: 960px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */

    padding: 0px;
    margin: 0px;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;

    padding: 0px;
    margin: 0px;
}
.sliderImage .overlay {
    position: absolute;
    width: 940px;
    padding: 10px 13px;
    background-color: #CFDEFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	  display: none;
    height:40px;
    font-weight:bold;
    color:#2D5AC3;
}
.clear {
	clear: both;
}
.sliderImage .overlay strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
    display:none;
    height:0px;
}

/*
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;


}
*/