﻿.videoImage {
    border-color: red;
    border: 10px;
    border-style: solid;
    display: inline-block;
    margin-bottom: 5px;
}

/*Override fancybox styling - not in jquery.fancybox.css file just in case it gets changed*/
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 65px;
	height: 75%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/javascript/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}


.fancybox-nav {
    width: 0;
}