﻿/* Flow and Setup */
.videoWithFlowLeft, .videoWithFlowRight
{
    margin: 15px;
    border: solid 1px #ccc;
}
.videoWithFlowLeft
{
    float: left;
}
.videoWithFlowRight
{
    float: right;
}

/* Layout */
.videoTopRight, .imageTopRight
{
    margin-top: 0px;
    margin-right: 0px;
}
.videoTopLeft, .imageTopLeft
{
    margin-top: 0px;
    margin-left: 0px;
}
.videoRight, .imageRight
{
    margin-right: 0px;
}
.videoLeft, .imageLeft
{
    margin-left: 0px;
}

.videoWithFlowLeft .citation, .videoWithFlowRight .citation,
.imageWithFlowLeft .citation, .imageWithFlowRight .citation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
    color: #888;
}
