@charset "utf-8";
/*
Theme Name: VideoControl
Theme URI: http://eqlab.pp.ua
Author: LCGreyAngel
Author URI: http://eqlab.pp.ua
Description:  VideoControl Theme
Version: 1.0
*/

.none { 
//	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.aligncenter img,
img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignleft img,
img.alignleft {
	display: block;
	float: left;
	margin: 0 15px 20px 0;
}
.alignright img,
img.alignright {
	display: block;
	float: right;
	margin: 0 0 20px 15px;
}

