.video_content {
	margin: 0px 0 50px 49px;
	border: 1px solid #111;
	width: 750px;
	height: 470px;
	overflow: hidden;
}

.video_description {
	margin: 0 49px;
	margin-top: 85px;
}

.video_description ul {
	position: absolute;
	top: 544px;
	left: 69px;
	list-style-type: none;
	display: block;
	height: 34px;
	width: 754px;
}

#facebookBtn {
	position: absolute;
	top: 594px;
	left: 69px;
}

.video_description ul li {
	display: inline;
}
	
.video_description ul li a img {
	margin-top: 2px;
}	
	
.video_description ul li a {
	position: relative;
	float: right;
	display: block;
	width: 77px;
	height: 23px;
	background: url('images/video-tab-small.gif') 0 0;
	margin-right: 2px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.video_description ul li a span {
	border: 1px solid #333;
	background: #000;
	white-space: nowrap;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 0 10px;
	display: none;
}

.video_description ul li:first-child a {
	float: left;
	width: 125px;
	height: 34px;
	padding-left: 50px;
	text-align: left;
	line-height: 32px;
	font-size: 1.2em;
	background-image: url('images/video-tab-big.gif');
}

.video_description ul li:first-child a:hover {
	background-position: 0 -34px;
}

.video_description ul li a:hover {
	background-position: 0 -23px;
}

.video_description ul li a:hover span {
	display: block;
}

#videoPlayer p {
	padding-top: 200px;
	width: 750px;
	text-align: center;
}

#afterPlayed {
	position: relative;
}

#rolloutButtons {
	position: absolute;
	top: 180px;
	left: 240px;
	z-index: 100;
	width: 264px;
	height: 38px;
	overflow: hidden;
}

#addCmtBtn, #moreVideosBtn, #replayBtn {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 264px;
	height: 38px;
	background: url('images/replayBtn.png') no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	line-height: 36px;
	text-align: center;	
}

#addCmtBtn {
	bottom: 42px;
}

#replayBtn {
	top: 180px;
	left: 240px;
	z-index: 101;
}

#addCmtBtn:hover, #moreVideosBtn:hover, #replayBtn:hover {
	background-position: 0 -38px;
}