#video-container {
	width: 800;
/*	height: 365px;*/
	position: relative;
}

#video-controls {
color:white;

 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;


	position: absolute;
	bottom: -29px;
/*top:-4px;*/
	left: 0;
	right: 0;
	padding: 2px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -o-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(3,113,168)),
		color-stop(1, rgb(0,136,204))
	);

border-bottom-left-radius:10px;
border-bottom-right-radius:10px;

}

#video-container:hover #video-controls {
	opacity: .9;
}

#video-container #video-controls span {		
position:relative;
top:-8px;

}



button {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
font-weight:bold;
position:relative;
top:-5px;

	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#full-screen {

top:-2px;
float:right;

/*margin-left:70px;*/
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;

}

button:hover, #volume-bar:hover, #seek-bar:hover {
	cursor: pointer;
}

#seek-bar {
	width: 425px;
}

#volume-bar {
	width: 60px;
}



.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}
.playpause, .pauseplay {

    background-repeat:no-repeat;
    background-position: center center;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;


}

.pauseplay {
background:none;

	display:none;
}


