/* 
 slideshow CSS
*/
.slideshow-img {
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    border:auto;
}
.content-text {
    overflow:hidden;
    position:relative;
    color:white; /* You can change */
    text-align:center; /* You can change */
    padding:5px; /* You can change */
    margin-left:20px; /* You can change */
    margin-right:20px; /* You can change */
    z-index:0;
}
.back-trans {
    z-index:-1;
    position:absolute;
    overflow:hidden;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:black; /* You can change color & opacity */
    filter:alpha(opacity=70);
    opacity:0.7;
}
.pos-left {
    right: 9999px;
}
.pos-right {
    left: 9999px;
}

/* 
