#s3slider {
    width: 704px; /* important to be same as image width */
    height: 333px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

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

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

.s3sliderImage span {
    position: absolute; /* important */
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    display: none; /* important */
}

.dark {
    background: #000;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
}

.bright {
    background: #FFF url(/css/images/comeb_home.gif) repeat-x scroll left bottom;
    filter: alpha(opacity=90); /* here you can set the opacity of box with text */
    -moz-opacity: 0.9; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
    opacity: 0.9; /* here you can set the opacity of box with text */
}

.dark .title {
    font-size: 15px;
    font-weight: bold;
    color: #64afe1;
}

.bright a {
    color: #031754;
}

.bright .title {
    font-size: 15px;
    font-weight: bold;
    color: #031754;
}

.dark .text {
    font-size: 12px;
    color: #FFF;
}

.bright .text {
    font-size: 12px;
    color: #000;
}

.left {
    height:333px;
    left:0;
    top:0;
    width:200px;
}

.right {
    height:333px;
    right:0;
    top:0;
    width:200px;
}

.top {
    left:0;
    top:0;
    width:684px;
}

.bottom {
    bottom:0;
    left:0;
    width:684px;
}

.clear {
    clear: both;
}
