.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img{
	border:none;
}

.youtubeItem{
	float:left;
	cursor:pointer;
	margin-right:10px;
}

.youtubeItem.last{
	margin-right:0px;
}

.youtubeThumbOver{
	position:absolute;
	margin-top:-95px;
	display:none;
}

.youtubeLabel{
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:10px;
	color:#000;
	background-color:#000;
	padding:2px;
}

.bottomTextContent{
	background-image:url(white-10.png);
	background-repeat:repeat;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	padding:10px;
}

.bottomTextContent a:link{
	color:#000;
	text-decoration:underline;
}

.bottomTextContent a:visited{
	color:#000;
	text-decoration:underline;
}

.bottomTextContent a:active{
	color:#000;
	text-decoration:underline;
}

.bottomTextContent a:hover{
	color:#000;
	text-decoration:underline;
}