
#clients {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8b8989;
	position:relative;
	height:522px;
}

#clients a {
	text-decoration:none;
	color:#8b8989;
}

#clients a:hover, #clients a.on {
	color:#8b8989;
}

#title-box {
	float:left;
	text-align:right;
	width:312px;
	height:82px;
	background-color:#1f1616;
	position:relative;
}

#title {
	font-size:12px;
	text-transform:uppercase;
	margin:0px;
	position:absolute;
	bottom:21px;
	right:5px;
	font-weight:normal;
}

#subtitle {
	margin:0px;
	bottom:6px;
	right:5px;
	position:absolute;
}

#preview-container {
	width:509px;
	margin-left:340px;
	position:relative;
}

#preview-image {
	width:509px;
	height:298px;
	position:relative;
	background-color:#16191f;
}

#still-link {
	margin:0px;
	padding:0px;
	padding-left:4px;
	padding-top:1px;
	display:block;
	position:absolute;
	left:0px;
	bottom:15px;
	background-image:url('../images/stills-bg.png');
	width:158px;
	height:16px;
}

#movie-links {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url('../images/movies-bg.png');
	width:162px;
	height:16px;
}

#movie-links li {
	float:left;
	list-style:none;
	width:14px;
	text-align:right;
	padding-top:1px;
}

#movie-links li.title {
	width:90px;
}

#description-container {
	width:509px;
	height:156px;
	background-color:#16191f;
	position:relative;
	margin-top:27px;
}

#controls {
	background-color:#151e1f;
	height:10px;
	border-top:1px solid #07090d;
	position:absolute;
	bottom:-10px;
	width:100%;
}

#controls img {
	border:none;
}

#next-control {
	position:absolute;
	right:0px;
	top:0px;
}
#next-control a {
	background-image:url('../images/rollover-images.gif');
	background-position:-16px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:10px;
	text-indent:-10000px;
	outline:none;
	display:block;
	line-height:16px;
	overflow:hidden;
}
#next-control a:hover {
	background-position:-16px -10px;
}

#previous-control {
	position:absolute
	left:0px;
	top:0px;
}
#previous-control a {
	background-image:url('../images/rollover-images.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:16px;
	height:10px;
	text-indent:-10000px;
	outline:none;
	display:block;
	line-height:16px;
	overflow:hidden;
}
#previous-control a:hover {
	background-position:0px -10px;
}

#description-title {
	padding:0px;
	margin:0px;
	padding-top:9px;
	padding-left:5px;
	padding-right:5px;
}

#description-who {
	padding:0px;
	margin:0px;
	padding-left:5px;
	padding-right:0px;
}

#description {
	padding:5px;
	margin-right:25px;
	text-align:justify;
}
