#youtubelist{
	padding: 5px;
	list-style: none;
	clear: both;
	display: block;
	height: 150px;
	width: 840px;	
	margin: 0;
}

#youtubelist li{
	float: left;
}

#youtubebox{
	clear: right;
	display: inline;
	padding: 0;
	margin: 2px;
}

#youtubethumb {
	margin-bottom: 5px;
	width: 115px;
	height: 115px;
	border:1px solid #999;	
        padding:2px;
}
#youtubecontent {
			height: 520px;
			width: 430px;
			margin-left: -600px;
			top: 250px;
			left: 50%;
			position: relative;
			z-index: 1000;
}

#close {
    font-weight: bold;
    color: red;
}

#youtubeoverlay {
			background-color: #fff;
			overflow: visible;
			position: absolute;
			height: 1px;
			width: 100%;
			top: 50%;
			z-index: 10;
}
