@charset "UTF-8";
/* CSS Document */

body, body * {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}
div, img{
	position:absolute;
	cursor:pointer;
}
#container{
	width:970px;
	height:418px;
	top:0px;
	left:0px;
	margin:auto;
}

/* Collapse Content*/
#collapsed{
	top: 0px;
	right:0px;
	width:970px;
	height:90px;
	display:block;
}

#expand_btn{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
/* Video Content*/
#videoContent{
	width: 720px;
	height: 416px;
	top: 1px;
	right: 1px;
}
/* Expanded Content*/
#expanded{
	top:0px;
	left:0px;
	width:970px;
	height:418px;
	display:none;
}
#interactive_container{
	top:0px;
	left:0px;
	width:970px;
}
#left_mc{
	top:1px;
	left:1px;
	height:416px;
}
#close_mc{
	top:0px;
	right:0px;
}
.hidden{
	display:none;
}
#poster_mc{
	top:0;
	left:250px;
}