﻿.close-button {
	z-index:100;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
	background-color:black;
	-webkit-border-top-left-radius:1px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:1px;
	-webkit-border-top-right-radius:1px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:1px;
	-webkit-border-bottom-right-radius:1px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:1px;
	-webkit-border-bottom-left-radius:1px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:1px;
	text-indent:0px;
	border:2px solid black;
	display:inline-block;
	color: #999;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:25px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #ffffff;*/
	cursor:pointer;
	z-index:101;
	position:relative; 
	float:right;
}
.close-button:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
	color: #FFF;
	cursor:hand;
}
.close-button:active {
	position:relative;
	top:1px;
	cursor:hand;
}
.dvVideo{
	position:relative;
	padding-left:2px;
	float:left;
	background-image: url('/Style Library/Images/videoOver.png'); 
    background-repeat:  no-repeat;
    background-position: 50% 50%;
}
object{
	background-color: black;
}
.close-video{
	z-index:101;
	position:relative; 
	float:right;
	cursor:pointer;
}
.topBarVideo{
	position: relative;
	top:29px;
	height:29px; 
	display:block;
	/*background-color:black;*/
	cursor:move;
	float:left;
	/*background: rgba(0, 0, 0, 0.2);
	border:1px solid black;*/
	width:100%;
	z-index:100;
	/*opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#strobeMediaPlayback{
	position:relative; 
	z-index:1;
}

.play_button {
	position:relative;
    top: 0.2em;
    left: 40%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #999;
} 
.close_button:before {
    content: "";/*content: "X";*/
}
.zoom_button {
	font-size: x-large;
}
.zoom_button:before {
    content: "";/*content: "+";*/
}
.tz {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
#debug {
	width:100%;
	height:50px;
	background-color:#CCC;
}
