/* 
    Document   : content
    Created on : Jan 20, 2010, 3:39:43 PM
    Author     : dimitri
    Description:
        Content styles.
*/

root { 
    display: block;
}

#homeImage {

}

#homeSlideShow {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 800px;
    min-width: 800px;
    height: 500px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
}

#showImg {
    vertical-align: middle;
    position: absolute;
    height: 500px;
    min-height: 500px;
    width: 700px;
    min-width: 700px;
    top: 0px;
    left: 50px;
}

#showLeft {
    vertical-align: middle;
    position: absolute;
    height: 500px;
    min-height: 500px;
    width: 50px;
    min-width: 50px;
    top: 0px;
    left: 0px;
}

#showRight {
    vertical-align: middle;
    position: absolute;
    height: 500px;
    min-height: 500px;
    width: 50px;
    min-width: 50px;
    top: 0px;
    left: 750px;
}
