@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;
    background-image:url('collapsedBg.jpg');
}

#expand_btn{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
/* Video Content*/
#videoContent{
	width: 722px;
	height: 416px;
	top: 1px;
	right: 1px;
    background-color:rgba(0,0,0,0);
}
#vplayer{
    position:absolute;
    bottom:0px;
    left:0px;
    width:722px;
    height:406px;
    overflow:hidden;
}
/* Expanded Content*/
#expanded{
	top:0px;
	left:0px;
	width:970px;
	height:418px;
    background-color:rgba(0,0,0,0);
    background-image:url('expBg.jpg');
	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:1px;
	right:1px;
}