a {color: inherit; text-decoration:none;}

body {margin:0; padding:0; font-family:Arial;font-size:22px;font-weight:700;color:#666}

#expanding-div{ 
  position:relative;
	width: 728px;
  height: 90px;
  overflow: hidden;
	background-image:url(background-image.png);
  -webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-ms-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}

#click {
	position:absolute;
	width:728px;
	height:90px;
	cursor:pointer;
}

#click-message {
	position:absolute;
	left:530px;
	top:30px;
}

#video-holder {
	width:360px;
	height:206px;
	background-image:url(video_bg_360.png);
	position:absolute;
	top:270px;
	left:340px;
  -webkit-transition: top 1s ease-in-out;
	-moz-transition: top 1s ease-in-out;
	-ms-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;	
}

#video-player {
	position:absolute;
	top: 3px;
	left:4px;
	width:352px;
	height:198px;
}

#close-button {
	position:absolute;
	top:247px;
	left:11px;
	cursor:pointer;
}

#twitter-button {
	position:absolute;
	top:247px;
	left:677px;
	cursor:pointer;
}

#facebook-button {
	position:absolute;
	top:247px;
	left:651px;
	cursor:pointer;
}

.expanding-div-expanded {
	height:270px !important;
}

.video-holder-expanded {
	top:40px !important;
}
