/* MediaElement Skin: BASICS09 */

.mejs-container.mejs-basics09 {
	
}
.mejs-basics09 .mejs-overlay-button {
	background: url(bigplay-basics09.png) no-repeat;
}
.mejs-basics09 .mejs-controls .mejs-volume-button .mejs-volume-slider {
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.mejs-basics09 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(100,100,100,0.8)), to(rgba(120,120,120,0.8))); 
	background: -webkit-linear-gradient(top, rgba(100,100,100,0.8), rgba(120,120,120,0.8));
	background: -moz-linear-gradient(top, rgba(100,100,100,0.8), rgba(120,120,120,0.8));
	background: -o-linear-gradient(top, rgba(100,100,100,0.8), rgba(120,120,120,0.8));
	background: -ms-linear-gradient(top, rgba(100,100,100,0.8), rgba(120,120,120,0.8));
	background: linear-gradient(rgba(100,100,100,0.8), rgba(120,120,120,0.8)); 	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91,endColorstr=#4EB7D4);
	width: 0;
}
.mejs-basics09 .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}
.mejs-basics09 .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	left: 7px;
	top: 8px;
	width: 10px;
	cursor: ns-resize;
	border-radius: 0px 0px 2px 2px;
}
.mejs-basics09 .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.2);
	
	left: 7px;
	top: 8px;
	width: 10px;
	cursor: ns-resize;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
	border-radius: 2px 2px 0px 0px;
}