/* Video Clips
----------------------------------------------------*/
#videos {
	margin-right:20px;
	float:left;
	/* NEW */
	width: 305px;
	/* END NEW */
}
#video-clips-tabs {
	width:305px;
	height:47px;
	list-style:none;
	padding:28px 0 0 0;
	margin:0;
	display:inline;
	float:left;
}
#video-clips-tabs li {
	float:left;
	width:150px;
}
#video-clips-tabs li a.full-episodes {
	width:150px;
	height:0;
	padding-top:47px;
	display:block;
	/* background:url(../_images/full-episodes-off.png) no-repeat; */
	background:url(../_images/full-episodes-on.png) no-repeat;
	overflow:hidden;
}
#video-clips-tabs li.full-episodes a.active {
	/* background:url(../_images/full-episodes-on.png) no-repeat; */
	background:url(../_images/full-episodes-off.png) no-repeat;
}
#video-clips-tabs li a.clips {
	width:150px;
	height:0;
	padding-top:47px;
	display:block;
	background:url(../_images/clips-off.png) no-repeat;
	overflow:hidden;
}

#video-clips-tabs li.clips a.active {
	background:url(../_images/clips-on.png) no-repeat;
}

/* playlist */
#videos .playlist {
	clear:both;
	text-align:left;
	font-size:12px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border-bottom:1px solid #414141;
	float:left;
	width:285px;
	height:auto;
	}
#videos .playlist li {
	/* height: 6.667em; */  /* containing wrapped text */
	margin: 0 0 15px 0;
	border-bottom: 1px solid #000;	
	background:url(../_images/video-clips-divider.gif) no-repeat bottom right;
	float:left;
	width:300px;
	height:auto;
	padding:0;
	}
#videos .playlist li.last {
	border-bottom: none;
	background:none;
	}
	
/* thumbnail */
#videos .playlist img {
	margin: 0 8px 0 0;/* modified due image border*/
	border: 1px solid #1e1e1e;
	float: left;
	}
#videos .playlist a:hover img {
	border: 1px solid #0387b4;
	}
/* heading */
#videos .playlist h3 {
	margin: 0 0 3px;
	line-height: 1em;
	}

#videos .playlist h3 a {
	color: #fff;
	font-size:12px;
	}
	
#videos .playlist p {
	margin: 0 0 5px;
	}
#videos .playlist p.video-running-time,
#videos .playlist p.video-description {
	position: absolute;
	left: -1000em;
	text-align: left;
		}	
#videos .playlist a.watch {
	font-weight:bold;
	font-size:11px;
}
/*
#videos .playlist a.watch {
	padding-left: 12px;
	background: url(../_images/bg/play.png) no-repeat left center; 
	}
#videos .playlist a.watch-clip {
	padding-left: 12px;
	 background: url(../_images/bg/watch.png) no-repeat left center;
	}
	*/

/* see all */
#videos a.see-all {
	float:right;
	font-weight:bold;
	background:url("../_images/bullet-arrow.gif") left no-repeat;
	padding-left:15px;
	}
#videos-player-object {
	height: 174px;
	margin: 0 0 6px;
	padding: 0;
	width: 309px;	
}

p.video-title {
	font-size:11px;
	color:#959595 !important;
}

#clip-player-title {
	clear:both;
	float:left;
	width:305px;
}
