/* SVN FILE: $Id: dpvi.css 100 2009-01-09 15:50:23Z jleveille $ */
/**
 * dpvi styles
 * @filesource
 * @copyright		Copyright, Video On Location.
 * @version			$Rev: 100 $
 * @modifiedby		$LastChangedBy: jleveille $
 * @lastmodified	$Date: 2009-01-09 10:50:23 -0500 (Fri, 09 Jan 2009) $
 */

/*main viewer*/ 
#viewer {
    float: right;
    display: block;
    width: 512px;
    height: 384px;
    background: #EFEFEF;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFFFFF;
    text-align: center;
} 

#viewer img {
    z-index: 1;
    width: 100%;
    height: 100%
} 

#viewer #controls {
    position: absolute;
    left: 0;
    background: #000000;
    width: 100%;
    color: #FFFFFF;
    z-index: 2;
    text-align: right;
} 

#viewer .in-controls {
    padding: 1em;
}

/*agenda*/ 
#agenda ul {
    height: 94px;
} 

#thumbnail {
    float: left;
    width: 240px !important;
    height: 234px !important;
    overflow: hidden
}

#iframePlayer {
    width: 100%;
    height: 100%
}