
.video, .video video, .video canvas 
{
	background-color:gray;
	width:320px;
	height:240px;
	float:left;
}

/*
.video
{	
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
*/

button
{
	float:left;	
}

.image
{
	width:343px;
	height:453px;
	float:left;
	background-color:#FF9;
}
