/* 
    Document   : slider
    Created on : 19.11.2010, 11:43:44
    Author     : dabi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.outer-frame {
    overflow: hidden;
    position: relative;
    width: 670px;
    height: 360px;
    
}

.inner-frame-1 {
    overflow: hidden;
    width: 440px;
    height: 315px;
    left: -660px;
    position: absolute;
}
.inner-frame-2 {
    overflow: hidden;
    width: 440px;
    height: 315px;
    left: -215px;
    position: absolute;
}
.inner-frame-3 {
    overflow: hidden;
    width: 440px;
    height: 315px;
    left: 230px;
    position: absolute;
}

.image-list {
    display:none;
}webwe
