div.flash_video_wrapper {
    position: relative;
    float: right;
    margin: 0 0 0.6em 10px;
    clear: right;
}

div.flash_video_wrapper.vid_right {
    float: left;
    margin: 0 15px 0.6em 0;
}

div.flash_video_wrapper + .image.image_right {
    clear: right;
}

div.flash_video_wrapper + div.image.img_right {
    clear: right;
}

a img {
    border: 0px solid;
}

div.flash_video_wrapper_dateline {
    clear: right;
}

/*div.flash_video_wrapper_dateline table.full_image {
    width: 10px;
}*/

a img {
    border: 0px solid;
}

#main_content div.medium_wide {
    width: 320px;
}

div.narrow_plus {
    width: 200px;
}

/*#main_content div.flash_video_wrapper div.mm_info {
    margin-top: 5px;
}*/

#main_content div.flash_video_wrapper div.mm_info h3 {
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 100%;
}

#main_content div.flash_video_wrapper div.mm_info p.mm_format_caption {
    font-weight: normal;
    font-size: 0.8em;
    color: #666;
    margin-right: 0;
}

#main_content div.flash_video_wrapper .mm_format_time {
/*  font-weight: normal;
    font-size: 110%;*/
    margin-bottom: 0.3em;
}

#main_content div.flash_video_wrapper .mm_format_videography {
    font-weight: normal;
/*  font-size: 100%;*/
    margin-top: 0.3em;
}

#main_content div.flash_video_wrapper div.mm_info p {
    font-size: 0.8em;
}

#main_content div.flash_video_wrapper div.mm_info p.player {
    padding-top: 5px;
    border-top: 1px solid #667DA3;
    font-size: 0.8em;
}


/*div.flash_video_wrapper div.mm_image {
    position: relative;
    display: block;
    height: 100%;
}

div.flash_video_wrapper div.mm_image .play_button {
    display: block;
    position: absolute;
    background: url(/news_assets/news_images/video_play_button_2.png) no-repeat;
    width: 48px;
    height: 48px;
    text-align: left;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}*/



div.flash_video_wrapper div.mm_image {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

div.flash_video_wrapper div.mm_image + a {
    display: block;
}

/*div.flash_video_wrapper div.mm_image .play_button {
    display: block;
    position: absolute;
    background: url(/news_assets/news_images/video_play_button_2.png) no-repeat;
    bottom: 20px;
    height: 48px;
    left: 42px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.7;
    text-align: left;
    width: 48px;
}*/

/* Change path for play button below */
.play_button {
    background: url("http://cmsresources.ucdavis.edu/cms_v2/images/common/video_play_button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 48px;
    bottom: 20px;
    left: 42px;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    text-align: left;
    width: 48px;
    opacity: 0.7;
}

    div.mm_image a:hover .play_button,
    div.mm_image a:focus .play_button {
        opacity: 1.0;
    }

    .slideshow_pb {
        background: url("http://cmsresources.ucdavis.edu/cms_v2/images/common/slideshow_play_button.png") no-repeat scroll 0 0 transparent;
    }

/* Styles for FancyBox */

.hidden {
    display: none;
}

.flash_video_wrapper .mm_image ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.flash_video_wrapper .mm_image ul li {
    margin: 0;
    padding: 0;
}

.flash_video_wrapper .mm_image img {
    width: 100%;
}

.fancybox-title {
    font-size: 0.8em;
}


.fancybox-title h3 {
    margin: 0 0 0.3em;
    font-size: 1.2em;
    color: #002855;
}

.fancybox-title p {
    font-size: 1.0em;
    margin: 0;
}

