/*
Theme Name: WordPress UPDSC
*/



@import "css/editor.css";
@import "css/noprint.css";
@import "css/template_css.css";

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:150px;
text-align:center;
margin-top:10px;
background: url('images/teleback.jpg') center center no-repeat;
}
#slideshow IMG.vert {
    margin-left:172px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    margin-left:121px;
    margin-top:5px;
    z-index:8;
    -khtml-opacity:.0; -moz-opacity:.0; -ms-filter:тАЭalpha(opacity=0)тАЭ; filter:alpha(opacity=0); opacity:.0;
}

#slideshow IMG.active {
    z-index:10;
    -khtml-opacity:1.0; -moz-opacity:1.0; -ms-filter:тАЭalpha(opacity=100)тАЭ; filter:alpha(opacity=100); opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

