#videoPlayerSection
{
	position: fixed;
	z-index: 9999;
	display: none;
	
	/*left: 0px;*/
    left: 50%;
    top: 50%;
		padding: 0;
		margin: 0;
}

#videoPlayerWindow
{
  background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px #000000;
   padding: 15px;
}
#videoPlayerContent
{
    margin-top: 15px;
}

#my_video_1
{

	
}
.exitVideo
{
	position: fixed;
	top: -35px;
	right: 0px;
	font-size: 1.0em;
	font-family: arial;

}
.exitVideo a
{
	color: #ddd;
}
#videoPlayerCloseBtn
{
    
    text-align: right;
}
#videoPlayerCloseBtn a, #videoPlayerCloseBtn a:visited
{
    color: #fff !important;
}

.videoPlayerClose
{
    right: 0px;
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.videoPlayerClose span
{
   border: 1px solid #FFFFFF;
    font-size: 12px;
    padding: 0 2px 0 3px;
}

.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
		display: none;
		    font-size: 3.0em;
		    font-weight: bold;
		    height: 100%;
		    position: absolute;
		    text-align: center;
		    text-decoration: none;
		    width: 100%;
		    z-index: 100;
}
#videoPlayerBehind
{
	
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 102;
	display: none;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.4;
}