/* Layout and Structure */

#videoslide {
	margin: 20px 0 0 0;
	width: 536px;
}

.container {
	height: 215px;
	width: 266px;
}

/* Positioning */

#videoslide, .container {
	position: relative;
}

/* Floats and Clearing Floats */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	display: inline-block;
}
	
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}