#video_container {
	background: url('../images/video_background.gif') no-repeat;
	width: 533px;
	height: 480px;
}

.video_headers {
	margin-top: 18px;
	margin-left: 53px;
	margin-bottom: 4px;
}

.video_player {
	margin-left: 53px;
}

.video_parts {
	height: 34px;
	background: #ededee;
	border: 1px solid #b1b1b1;
	border-top: 0;
	width: 423px;
	margin-left: 53px;
}

.video_parts_text {
	float: left;
	color: #6d6d6d;
	font-size: 10px;
	line-height: 34px;
	margin-left: 12px;
}

.video_parts_parts {
	float: right;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	margin-top: 6px;
	padding-right: 8px;
}

.video_parts_parts a {
	margin-right: 4px;
	outline: 0;
}

#info_text {
	margin-top: 5px;
	margin-left: 53px;
	color: #e40e62;
}

#info_text span.goto {
	color: #6d6d6d;
	font-size: 10px;
	font-weight: bold;
}

#video_part_button_1 {
	background: url('../images/video_part_button_1.gif') no-repeat;
	width: 26px;
	height: 19px;
	display: block;
	float: left;
}

#video_part_button_1:hover {
	background: url('../images/video_part_button_1_over.gif') no-repeat;
}

#video_part_button_1.selected {
	background: url('../images/video_part_button_1_selected.gif') no-repeat;
}

#video_part_button_2 {
	background: url('../images/video_part_button_2.gif') no-repeat;
	width: 29px;
	height: 20px;
	display: block;
	float: left;
}

#video_part_button_2:hover {
	background: url('../images/video_part_button_2_over.gif') no-repeat;
}

#video_part_button_2.selected {
	background: url('../images/video_part_button_2_selected.gif') no-repeat;
}

#video_part_button_3 {
	background: url('../images/video_part_button_3.gif') no-repeat;
	width: 28px;
	height: 20px;
	display: block;
	float: left;
}

#video_part_button_3:hover {
	background: url('../images/video_part_button_3_over.gif') no-repeat;
}

#video_part_button_3.selected {
	background: url('../images/video_part_button_3_selected.gif') no-repeat;
}

#video_part_button_4 {
	background: url('../images/video_part_button_4.gif') no-repeat;
	width: 28px;
	height: 20px;
	display: block;
	float: left;
}

#video_part_button_4:hover {
	background: url('../images/video_part_button_4_over.gif') no-repeat;
}

#video_part_button_4.selected {
	background: url('../images/video_part_button_4_selected.gif') no-repeat;
}

#video_part_button_5 {
	background: url('../images/video_part_button_5.gif') no-repeat;
	width: 29px;
	height: 21px;
	display: block;
	float: left;
}

#video_part_button_5:hover {
	background: url('../images/video_part_button_5_over.gif') no-repeat;
}

#video_part_button_5.selected {
	background: url('../images/video_part_button_5_selected.gif') no-repeat;
}

#video_part_button_all {
	background: url('../images/video_part_button_all.gif') no-repeat;
	width: 34px;
	height: 20px;
	display: block;
	float: left;
}

#video_part_button_all:hover {
	background: url('../images/video_part_button_all_over.gif') no-repeat;
}

#video_part_button_all.selected {
	background: url('../images/video_part_button_all_selected.gif') no-repeat;
}