#accordion {
	width:100%;
	height:150px;
	overflow:hidden;
	display:block;
	clear:both;
}

.left {
	position:absolute;
	width:110px;
	height:150px;
	left:0;
	float:left;
	background:url(../img/l_arrow.png);
	z-index:2;
	cursor:pointer;
}

.right {
	position:absolute;
	width:110px;
	height:150px;
	right:0;
	background:url(../img/r_arrow.png);
	z-index:2;
	cursor:pointer;
}

.vid {
	position:relative;
	width:2%;
	height:100%;
	float:left;
	display:block;
	background-position:center;
	z-index:2;
}

.listitem {
	line-height:25px;
	color:#000;
	cursor:pointer;
}
	.listitem:hover {
		text-decoration:underline;
	}

#listing {
	float:left;
	display:block;
	width: 15%;
	height:100%;
	font-family:  Arial, Verdana, Helvetica,Geneva, Lucida Sans, Trebuchet;
	font-size: 14px;
}

#listcont {
	width:100%;
	height:100%;
}

#right {
	float:left;
	display:block;
	left: 15%;
	width: 85%;
}

#details {
	position:relative;
	top:0;
	background-color: #333;
	width:100%;
	height:500px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#detailText {
	color:#fff;
	font-family:  Arial, Verdana, Helvetica,Geneva, Lucida Sans, Trebuchet;
	font-size: 14px;
	opacity:1;
	filter:alpha(opacity=100);
	padding:15px;
	width:65%;
}

#imgs {
	position:absolute;
	left:65%;
	top:0;
	width:35%;
	height:100%;
	overflow:hidden;
}

.title {
	font-family:  Arial, Verdana, Helvetica,Geneva, Lucida Sans, Trebuchet;
	font-size: 22px;
	opacity:1;
	filter:alpha(opacity=100);
}

.client {
	position:relative;
	font-family:  Arial, Verdana, Helvetica,Geneva, Lucida Sans, Trebuchet;
	font-size: 48px;
	opacity:1;
	filter:alpha(opacity=100);
}

.desc {
	width:90%;
}

.meta {
	display:none;
}

#accordionFiller {
	background-color:#333;
	opacity:.6;
	filter:alpha(opacity=60);
	height:100%;
	width:100%;
	z-index:1;
}

#playBtn {
	color:#cf0;
}

h1 {
	font-size:16px;
	font-family:  Arial, Verdana, Helvetica,Geneva, Lucida Sans, Trebuchet;
	letter-spacing:5px;
}

h2 {
	font-size:13px;
	font-family:  Arial, Verdana, Helvetica,Geneva, Lucida Sans, Trebuchet;
	opacity:.5;
	filter:alpha(opacity=50);
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

.contactdetails {
	opacity:.4;
	filter:alpha(opacity=40);
}

.greyedarrows {
	opacity:.2;
	filter:alpha(opacity=20);
}
