div#watch-episode-page {
	width:1034px;
}

div#watch-episode-page div#left-column {
	width:200px;
}

div#watch-episode-page div#middle-column {
	width:624px;
}

div#watch-episode-page div#middle-column div#now-playing div#video-player {
	width:600px;
	height:335px;
	margin:0px auto;
}

div#watch-episode-page div#middle-column div#now-playing-description {
}

div#watch-episode-page div#middle-column div#now-playing-description div#video-description {
}

div#watch-episode-page div#middle-column div#now-playing-description div#video-description div#video-header{
	clear:both;
	overflow:auto;
}

div#watch-episode-page div#middle-column div#now-playing-description div#video-description div#video-header div#video-title {
	float:left;
	width:455px;
}

div#watch-episode-page div#middle-column div#now-playing-description div#video-description div#video-header div#video-addthis {
	float:left;
	width:125px;
	margin-left:20px;
	padding-top:5px;
}

div#watch-episode-page div#right-column {
	width:180px;
}

/* #######################################
##
##				WATCH LIST
##
####################################### */

div#watch-list {
	float:left;
	width:800px;
	margin-left:14px;
}

div#watch-list div.video-item {
	float:left;
	width:120px;
	margin-right:10px;
	margin-bottom:10px;
}

div#watch-list div.video-item div.item-thumb {
	margin-bottom:10px;
}

div#watch-list div.video-item div.item-thumb a img {
}

div#watch-list div.video-item div.item-info {
	text-align:center;
}

div#watch-list div.video-item div.item-info div.info-title {
	font-size:12px;
	line-height:20px;
	color:#f58a58;
}

div#watch-list div.video-item div.item-info div.info-title a {
	color:#f58a58;
}

div#watch-list div.video-item div.item-info div.info-duration {
	font-size:10px;
}