#ytvideo2 {
	float: left;
	margin-right:0px;
	background:url(http://localhost/daypress/inc/sns/images/load-indicator.gif) center no-repeat #ffffff;
}
.yt_holder {
	background: #f3f3f3;
	padding: 5px;
	float: left;
	border: 1px solid #e3e3e3;
	margin-bottom:15px;
}
.yt_holder ul {
	/*float: left;*/
	margin: 0;
	padding: 0;
	width: 265px;
}
.yt_holder ul li {
	list-style-type: none;
	/*display:block;*/
	background: #f1f1f1;
	float: left;
	width: 82px;
	margin-bottom: 5px;
	/*margin-right: 2px;*/
	padding:2px;
	border:0px solid white;
}
.yt_holder ul li img {
	width: 82px;
	margin-right: 2px;
	border: 1px solid #999;
}
.yt_holder ul li a {
	font-family: georgia;
	text-decoration: none;
	/*display: block;*/
	color: #1155cc;
}
.currentvideo {
	background: #e6e6e6;
}		