/* Feed-Flickr*/
/* ---------------------------------------------------- */

.feed-youtube {
	width: 272px;
	display: block;
	position: relative;
}

.feed-youtube img {
	border: 0;
}

.feed-youtube .preloader {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 148px;
	left: 130px;
	z-index: 1;
}

.feed-youtube .more {
	margin: 6px 0 0 0;
	display: none;
	float: right;
}

.feed-youtube .item {
	margin: 6px 0 0 0;
	padding: 0px;
}

.feed-youtube .item .top {
	margin: 0;
	padding: 0;
	height: 4px;
	background: url(../../img/bg_white_top.gif) no-repeat;
	/* For ie6.0 */
	line-height: 1px;
	font-size: 1px;
}

.feed-youtube .item .content {
	margin: 0;
	padding: 20px 30px 20px 30px;
	background: url(../../img/bg_white_content.gif) repeat-y;
}

.feed-youtube .item .content .title {
	margin: 0 0 15px 0;
	padding: 0;
	width: 210px;
	color: #717171;
	font-size: 12px;
}

.feed-youtube .item .content .photo  {
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
	position: relative;
}

.feed-youtube .item .content .photo .overlay {
	margin: 0;
	padding: 0;
	background: url(../../img/feed-youtube-play.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}


html>body .feed-youtube .item .content .photo .overlay {
	background: url(../../img/feed-youtube-play.png) no-repeat;
}

.feed-youtube .item .content .photo .overlay .canvas {
	width: 120px;
	height: 90px;
}

.feed-youtube .item .content .photo img {
	width: 120px;
	height: 90px;
}

.feed-youtube .item .content .specs  {
	margin: 0;
	padding: 25px 0 0 20px;
	width: 60px;
	float: left;
	font-size: 13px;
	color: #9a9a9a;
}

.feed-youtube .item .content .specs .views {
	margin: 0;
	padding: 0;
}

.feed-youtube .item .content .specs .count {
	margin: 0;
	padding: 0;
	color: #ff3333;
	font-weight: bold;
}

.feed-youtube .item .bottom {
	margin: 0;
	padding: 0;
	background: url(../../img/bg_white_bottom.gif) no-repeat;
	width: 272px;
	height: 4px;
	/* For ie6.0 */
	line-height: 1px;
	font-size: 1px;
}
