

#popular-videos, #new-videos, #featured-videos{

	width: 800px;
	margin: 15px auto 0;
	position:relative;
	


}

.titlec {
  font-size: 12px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  width: 130px;
  display:block;
  text-align: center;
	color: #00f;
}

ul.videos li {
  float: left;
  margin:0 10px;
	cursor:pointer;
}

ul.videos
{
  margin-bottom: 1em;
  padding-left : 0em;
  margin-left: 0em;
  list-style: none;
	overflow:hidden;
}

#playerContainer, #newPlayerContainer, #featuredPlayerContainer {

	display: none;
	position:absolute;
	border: solid 10px #7bb529;
	top: -150px;
	left: 150px;
	width: 425px;
	background: #7bb529;
	z-index:2000;

}


.close-me {
	width: 110px;
	height: 110px;
	background: url('http://www.ilovetocreate.com/images/video-close.png') no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	top: -65px;
	left: 370px;
	cursor: pointer;
	z-index: -10;

}

.close-me:hover {

	background-position:0 -109px;

}


.video_title {
	
	height: auto;
	padding:8px 0;
	text-indent: 10px;
	font:bold 10px/1 Tahoma, Helvetica;
	z-index: -10;
	background:#ccc;
	
}

.video_title h2 {
	
	padding:0;
	margin:0;
	
}

#featuredVideo {
	z-index: 100;

}

