/*!
 * jQuery Video Background plugin
 * https://github.com/georgepaterson/jquery-videobackground
 *
 * Copyright 2011, George Paterson
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
/*
 * The following styles are for example only.
 * Styling will likely be project specific. 
 *
 */	
.ui-video-background {
	position: absolute;
	top: 30px;
	left: 840px;
}
.ui-video-background-controls {
	margin: 0;
	padding: 0 10px;
	display: none;
}
.dotted{
	background: url(02.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-video-background-controls li {
	float: left;
	padding: 10px;
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-background video {
	min-height: 100%; 
	min-width:100%; 
}
#main #home{
	background: none !important;
}