#submenu {
	width: 751px;
	height: 106px;
	background: url("../images/hdr-work.png") no-repeat top left #313131;
}

#submenu #links {
	position: absolute;
	bottom: 0px;
	font-weight: bold;
}

#submenu a.selected { color: white; }

#submenu #project {
	position: absolute;
	line-height: 15px;
	color: white;
	bottom: 0px;
	font-weight: bold;
}

#submenu #project .label { color: #909090; }

#tabs {}

#tabs ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

#tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 46px;
}

#tabs li.spacer {
	background: url("../images/work-menu-spacer.png") no-repeat top left;
	width: 25px;
}

#tabs a span { display: none; }

#tabs a {
	display: block;
	height: 46px;
	width: 100px;
	overflow: hidden;
	background: url("../images/work-menu-movie.png") no-repeat top left;
	background-position: 0 0;	
}

#tabs a:hover, #tabs .selected {
	background-position: 0 -46px;
}

#tabs a#movie { width: 136px; background-image: url("../images/work-menu-movie.png"); }
#tabs a#information { width: 85px; background-image: url("../images/work-menu-info.png"); }
#tabs a#process { width: 182px; background-image: url("../images/work-menu-process.png"); }
#tabs a#styleframes { width: 282px; background-image: url("../images/work-menu-styleframes.png"); }
#tabs a#pix { width: 70px; background-image: url("../images/work-menu-pix.png"); }

#work-wrap {
	position: relative;	
}

#work {
	height: 376px;
	overflow: hidden;
}

#work h2 {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
}

#player {
	float: left;
	width: 480px;
	height: 376px;
}

#info {
	font-weight: bold;
	float: right;
	height: 356px;
	width: 400px;
	overflow: auto;
	background: #262626;
	padding: 10px;
}

#related {
	margin: 10px 0px;
	padding: 10px 0px;
	background: url("../images/work-related-bg.gif") no-repeat top left;
}

#related h3 {
	margin: 0;
	padding: 5px 0px;
	color: white;
}
#motion-date { color: #8AC2C3; }

#credits {
    color:white;
    font-weight: bold;
}

#credits b {
    color: #909090;
}

/* IMAGE PAGES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#work-images {
	overflow: auto;
	height: 405px;
	width: 910px;
}

#images-wrap {
	overflow: hidden;
	height: 380px;
	width: 2590px;
}

#work-images ol {
	width: 2600px;
	height: 380px;
	overflow: hidden;
}

#work-images li {
	display: block;
	margin: 0px 10px 0 0;
	padding: 0px;
	float: left;
}


/*

#works #items-wrap {
	width: 1880px;
	overflow: hidden;
}

#works ol#items {
	margin: 0px;
	padding: 0px;
	width: 1890px;
	height: 380px;
	overflow: hidden;
}

#works ol#items li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
	height: 130px;
	overflow: hidden;
}

#works ol#items li .image {
	width: 240px;
	height: 120px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.image a {
	display: block;
	position: relative;
	border: none;
}

.image .hover {
	display: none;
	background: white;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 220px;
	height: 100px;
}

.image a:hover .hover {
	display: block;
}

.image .hover-text {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	font-weight: bold;
	color: black;
	line-height: 1em;
}

.image .hover-text-title {
	color: #909090;
}



#image-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 380px;
	z-index:2;
	background: url("../images/works-bg.png") no-repeat top left transparent;
}

#image {}
#image img {
	border-left: 10px solid white;
	border-right: 10px solid white;
}


*/