  .youtubeList {
	
	float: right;
	width: 350px;
	background: #dcdcdc;
	margin-bottom: 1em;
	margin-left: 1.25em;
	border: 1px solid #ababab;
}

.youtubeList.margin-right {
  margin-right: 20px;
}

.youtubeList .videoframe {
	width: 350px;
	height: 200px;
	background: #000;
}

.youtubeList #video_box {
	width: 350px;
	height: 200px;
}

.youtubeList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.youtubeList .vid-list li.current {
	background: #f5f5f5;
}

.youtubeList li {
	border-bottom: 1px solid #ababab;
	border-top: 1px solid #fff;
	padding: 1.25em;
	clear: both;
	min-height: 82px;
}

.youtubeList li:first-child {
	border-top: none;
}

.youtubeList li .thumb {
	width:35%;
	height: auto;
	margin-right: 1em;
	vertical-align: text-top;
	float: left;
}

.youtubeList li a {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: none;
	line-height: 1.15;
}

.youtubeList li a:hover {
	border-bottom: none;
}

.youtubeList li p {
	margin: .5em 0 0 0;
	font-size: .95em;
}

.youtubeList .yt-pagination {
	text-align: center;
	padding: .75em 0;	
	background: #c3c3c3;
}

.youtubeList .yt-pagination li {
	min-height: .25em;
	border-bottom: none;
	text-align: center;
	padding: 0 1.25em;
	display: inline-block;
	border-right: 1px solid #ababab;
	border-top: none;
}

.youtubeList .yt-pagination li:last-child {
	border-right: none;
}

.youtubeList .yt-pagination li a {
	font-size: 1.25em;
	border-bottom: 1px dotted #ababab;
	width: auto;
}

.youtubeList .yt-pagination li.current a {
	color: #09446a !important;
	border-bottom: none;
}

.img-skinny {
	float:left;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 1.3em 1.3em 0;
	max-width: 274px;
	height: auto;
}
