﻿.manchet 
{
    
    }

.content 
{
    margin-bottom: 30px
    }
    
.extraInfo 
{
    width: 440px;
    float: left
    }
    
.extraInfoLeft 
{
    width: 70px;
    float: left;
    font-weight: bold
    }
    
.extraInfoRight 
{
    width: 370px;
    float: left
    }
    
.urlContainer 
{
    margin-top: 25px
    }

/* picture carussel */
#images 
{
    position: relative;
    overflow: hidden
    }

.statusMsg 
{
    position: absolute;
    top: -40px;
    left: 0px;
    background-color: #50c8e8;
    padding: 10px;
    color: #fff;
    width: 420px;
    z-index: 100
    }

.caseviewPicture {
    width: 440px;
    height: 210px;
    background-color: #ccc;
    overflow: hidden;
    cursor: pointer
}

#timelineContainer {
    width: 440px;
    height: 1px;
    background-color: #50c8e8;
    z-index: 5;
    margin-bottom: 6px
}

#caseNaviContainer {
    width: 440px;
    height: 26px;
    float: left;
}

#caseNaviLeft {
    float: left
}

#caseNaviRight {
    float: right;
}

#caseNaviRight img {
    vertical-align: top;
}

#caseNaviLeft a {
    color: #fff;
    font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
    font-size: 10px;
    text-decoration: none;
    padding-right: 5px
}

#caseNaviLeft a:hover {
    text-decoration: underline;
}

#caseNaviLeft a.activeSlide {
    color: #4dc8e9
}
