#work {
	background: #fff;
	height: 600px;
}

#work-directors {
}

#work #work-directors .work-director {
	display: inline;
	float: left;
	width: 162px;
	margin-right: 2px;
	text-align: right;
}


#work #work-directors .work-director h3 {
	font-size: 12pt;
	margin-bottom: 0;
}

#work #work-directors .work-director p {
	margin: 3px 0 6px 0;
	font-size: 8pt;
	color: #444;
	font-weight: bold;
}

#work #work-directors .work-director a {
	text-decoration: none;
	color: #444;
}

#work #work-directors .work-director p a {
	text-decoration: none;
}

#work #work-directors .work-director ul {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

#work #work-directors .work-director ul li {
	margin: 2px 0;
	padding: 0;
}

#work #work-directors .work-director ul li a {
	color: #444;
	font-size: 8.5pt;
	text-decoration: none;
}

#work #work-directors .work-director ul li a:hover {
	color: #f00;
}


#work-video {
	background: #7b6b6a;
	width: 944px;
	height: 480px;
}

a#work-video-close {
	display: inline;
	float: right;
	margin: 16px 8px;
	width: 26px;
	height: 26px;
	background: url(/images/work-video-close.png) 0 0 no-repeat;
}

a#work-video-close:hover {
	background: url(/images/work-video-close.png) 0 -26px no-repeat;
}

a#work-video-close span {
	display: none;
}

#work-video-player {
	width: 510px;
	margin: auto;
	padding: 16px 0 0 0;
	background: #7b6b6a;
}

#work-video p {
	line-height: 140%;
	color: #fff;
	font-size: 9pt;
}
