/* 
    Document   : cacinewsflash
    Created on : Jan 11, 2013, 9:39:37 AM
    Author     : heigo
    Description:
        Purpose of the stylesheet follows.
*/
#caci-slideshow {
    top: 5px;
    position: relative;
    height: 200px;
    margin-bottom: 0px;
}

#caci-slideshow-left {
    position: absolute;
    z-index: 200;
    width: 328px;
    min-height: 200px;
    background: #fff;
}
#caci-slideshow-right {
    position: absolute;
    z-index: 300;
    width: 372px;
    left: 308px;
    min-height: 200px;
    background: transparent;
/*    padding-left: 30px;*/
}
#caci-slideshow-right div {
    padding-left: 30px;
    padding-right: 10px;
    background: transparent;
    height: 50px;
    overflow: hidden;
    background: url('../images/background-unselected.png') no-repeat;
}

#caci-slideshow-right div.selected {
    background: url('../images/background.png') no-repeat;
}

#caci-slideshow-right div a {
    vertical-align: middle;
    display: table-cell;
    height: 48px;
    padding-left: 3px;
    line-height: 1.3;
    font-size: 12px;
    text-shadow: 1px 1px #eee;
}

#caci-slideshow-right div.selected a {
    color: #ff0000;
    text-shadow: 1px 1px 5px #ccc;
}


#caci-slideshow-raw {
    visibility: hidden;
    position: absolute;
    height: 0;
    widows: 0;
    
}

.bold {
    font-weight: bold;
}