#TimelapsePlayer {
    position:           relative;
    width:              487px;
    clear:              left;
    }

#FlashPlayer {
    width:              487px;
    overflow:           hidden;
    background:         transparent url('../images/timelapse_player/loading.gif') 228px 126px no-repeat;
    }

#PlayButton,          
#PauseButton {
    position:           absolute;
    top:                133px;
    left:               193px;
    width:              94px;
    height:             94px;
    }

#PlayButton {
    background:         transparent url('../images/timelapse_player/play.png') 0 0 no-repeat;
    _background-image:  none;
    _filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/timelapse_player/play.png,sizingMethod='image');
    }
#PauseButton {
    background:         transparent url('../images/timelapse_player/pause.png') 0 0 no-repeat;
    _background-image:  none;
    _filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/timelapse_player/pause.png,sizingMethod='image');
    }
                   
#TimelapseControls {
    margin-top:         5px;
    }

#Slider {
    float:              left;
    width:              487px;
    border-top:         1px solid #CCC;
    padding-top:        1px;
    }

#Slider .dragSliderKnob {
    width:              24px;
    height:             15px;
    margin-top:         -5px;
    }

#PlayPositionPointer {
    z-index:            2;
    position:           absolute;
    top:                0px;
    width:              24px;
    height:             15px;
    background:         transparent url('../images/timelapse_player/playhead.png') 0 0 no-repeat;
    _background-image:  none;
    _filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/timelapse_player/playhead.png,sizingMethod='image');
    }

#PlayPositionBody {
    z-index:            1;
    position:           absolute;
    top:                6px;
    left:               -2px;
    width:              117px;
    height:             39px;
    line-height:        39px;
    text-align:         center;
    font-size:          9pt;
    font-family:        Monaco, monospace;
    color:              #333;
    background:         transparent url('../images/timelapse_player/playbody.png') 0 0 no-repeat;
    _background-image:  none;
    _filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/timelapse_player/playbody.png,sizingMethod='image');
    }
#PlayPositionBody.noData {
    font-size:          9px;
    }

#InstallationDate {
    font-size:          75%;
    font-style:         italic;
    text-align:         center;
    color:              #666;
    margin-top:         2px;
    }

#LeWittWallDrawingDescription{
    clear:              both;
    }