.video {
	width:710px;
	margin-top: 20px;
	text-decoration: none;
	display:block;
	border: 1px solid white;
	overflow:hidden;
}

.detail {
	width:550px;
	margin-bottom: 130px;
}

.video:hover {
	border: 1px solid #ddd;
}

.video:not(.private):hover .text h3 {
	color: #0077ba;
}

.video h3 {
	margin: 0px;
	padding: 0px;
}

.video .text {
	float:right;
	width:470px;
	height:100%;
	padding:10px 30px 10px 10px;
	padding-top: 0px;
}

.video.private .text-inner {
	opacity: 0.4;
	display: block;
}

.video .image {
	position:relative;
	float:left;
	height:100px;
	width:178px;
	overflow:hidden;
}

.video .image p {
	position: absolute;
	margin: 0px;
	padding: 0px 3px;
	bottom: 4px;
	right: 3px;
	height: 16px;
	font-size: 11px;
	line-height: 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	background-color:#333;
	background-color: rgba(30,30,30,0.9);
	font-family: 'GudeaBold';
	color: #fff;
}

.video img {
	width:100%;
	height:100%;
}

.video h3, .youtube {
	font-family: 'RobotoBoldCondensed';
	color:#000;
	font-size:1.35em;
	line-height:1.2em;
}

.video p {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

.video_detail {
	width:470px;
	line-height:1.4em;
	padding: 0px;
	margin:0px;
	padding-bottom:140px;
	
	clear: both;
}

.ie7 .video_detail {
	padding-bottom:0px;
}

.slidebar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 940px;
	border-top: 1px solid #bbb;
	background-color: #fff;
}

.ie7 .slidebar {
	display: none;	
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.slidebarheading {
	float:left;
	margin: 10px 10px 0px 0px;
	line-height: 34px;
}

.ytbutton {
	float:left;
	width:40px;
	height:30px;
	
	margin-top: 10px;
}

	.ytbutton.previous {
		margin:10px;
		background: url('../images/button_previous.jpg') no-repeat;
	}
	
	.ytbutton.next {
		background: url('../images/button_next.jpg') no-repeat;
	}
	
	.ytbutton.disabled {
		opacity: 0.4;
		filter: alpha(opacity = 40);
	}

.slidebutton {
	position:absolute;
	width:27px;
	height:85px;
	
	cursor: pointer;
}

#back {
	background: url('../images/slidebutton_back.jpg') no-repeat center right;
	z-index:101;
	left: 0px;
	top: 0px;
}

#forward {
	background: url('../images/slidebutton_forward.jpg') no-repeat center left;
	top:0px;
	right:0px;
	z-index:102;
}





#playlist_slider {
	
	position: absolute;
	height: 85px;
	
	left: 27px;
	right: 27px;
	top: 0px;
	bottom: 0px;
	
	overflow: hidden;
	margin: auto;
	zoom: 1;
	height: 85px;
}

	#playlist_slider .inner {
		position:relative;
		left:0px;
		z-index:100;
		
		float: none;
		position: relative;
		left: 0;
		white-space: nowrap;
		word-wrap: normal;
	}

	#playlist_slider ol {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		background: transparent;
		white-space: nowrap;
		list-style: none;
	}



	#playlist_slider ol li {
	
		display: inline-block;
		margin-top: 7px;
		margin-right: 10px;
		vertical-align: top;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		background: transparent;	
	

		width:245px;
		background-color: #1e1e1e;
		margin: 7px;
		text-decoration:none;
		opacity: 0.7;
		filter: alpha(opacity = 70);
		
		white-space: normal;
	}

	.firefox #playlist_slider ol li {
	
	}

	#playlist_slider ol li:not(.private):hover {
		text-decoration: none;
		opacity: 1;
		filter: alpha(opacity = 100);
	}

	#playlist_slider ol li.active {
		background-color: #090909;
		
		opacity: 1;
		filter: alpha(opacity = 100);
	}
	
	#playlist_slider ol li a {
		text-decoration:none;
	}





#playlist_slider ol li p {
	float:left;
	height:70px;
	margin: 0px;
	padding: 0px 10px;
	line-height: 72px;
	
	font-size:18px;
	font-family: 'RobotoBoldCondensed';
	color: #484848;
	text-align: right;
}

#playlist_slider ol li .image {
	position:relative;
	float:left;
	height:60px;
	width:107px;
	overflow:hidden;
	padding-top: 5px;
}

#playlist_slider ol li .image img {
	height:100%;
	width:100%;
}

#playlist_slider ol li .image p {
	position: absolute;
	margin: 0px;
	padding: 0px 3px;
	bottom: 4px;
	right: 3px;
	height: 16px;
	font-size: 11px;
	line-height: 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	background-color:#333;
	background-color: rgba(30,30,30,0.9);
	font-family: 'GudeaBold';
	color: #fff;
}

#playlist_slider ol li .description {
	
	float: left;
	width: 80px;
	height: auto;
	padding-top: 5px;
	padding-left: 8px;
	font-size:11px;
	line-height: 1.2em;
	color:#ccc;
	font-family: 'RobotoBold';
	text-align: left;
}

#playlist_slider ol li .description span{
	display: none;
	
	position: relative;
	top: -2px;
	
	background-color: #555;
	font-size: 0.8em;
	padding: 1px 2px;
	line-height: 17px;	
}

#playlist_slider ol li.active .description span{
	display: inline;	
}

.slidebox {
	position:relative;
	width:940px;
	height:85px;
	background-color:#2a2a2a;
	overflow:hidden;
}