#my-data {
	width: 550px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
}

#newsEntries {
	padding:12px 12px 12px 12px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
	/*margin-bottom:1px;*/
}

hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0px;
	margin:25px 12px 25px 12px;
}

#newsEntries .comment {
	margin-top:12px;
}

#newsEntries img {
	float:left;
	max-width:526px;
}

#videosEntries {
	width: 550px;
	background-image:url(../images/othersBg.jpg);
	background-position: 145px 0px;
	background-repeat: repeat-y;
	background-color:#000000;
	heigth:114px;
	margin-bottom:1px;
	display: table; display: inline-block;
}

#videosEntries .comment {
	margin-top:12px;
}

#videosEntries img {
	max-width:526px;
}

.videosHr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
	margin:0px;
}

.videosImages  {
	float:left; background-color:#101010; margin-right:12px;
}

.videosImages a:link, .videosImages a:visited {
	display:block; width:120px; height:90px; padding:12px;
}

.videosImages a:hover {
	background-color:#333;
}

.videosTitle {
	font-size:18px;
	color: #4BCFFF;
	margin-top:12px;
}

.videosTitle a:link, .videosTitle a:visited {
	color: #4BCFFF;
	text-decoration:none;
}

.videosTitle a:hover {
	color: #666666;
	text-decoration:none;
}

.videosDate {
	font-size:10px;
	color: #666;
	font-style: italic;
	padding-bottom:12px;
}

.videosText {
	font-size:12px;
	color: #FFF;
	/*text-align:justify;*/
	/*text-indent:24px;*/
}

.videosText a:link, .videosText a:visited {
	color: #4BCFFF;
	text-decoration:none;
}

.videosText a:hover {
	color: #666666;
	text-decoration:none;
}