#youtubelist{
	margin: 0;
	padding: 5px;
	list-style: none;
	clear: both;
	display: block;
}

#youtubebox{
	clear: right;
	display: inline;
	padding: 0;
	margin: 2px;
}

#youtubethumb {
	margin-bottom: 5px;
	width: 90px;
	height: 80px;
	border: 4px solid #333;
}



#youtubecontent {
			height: 520px;
			width: 430px;
			margin-left: -430px;
			top: -220px;
			position: absolute;
			left: 50%;
}

#youtubeoverlay {
			background-color: #fff;
			overflow: visible;
			position: absolute;
			height: 1px;
			width: 100%;
			top: 50%;
}



		* html #GB_overlay {
		  background-color: #000;
		  background-color: transparent;
		  background-image: url(blank.gif);
		  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
		}

		#GB_window {
		  top: 10px;
		  left: 0px;
		  position: absolute;
		  background: #fff;
		  border: 5px solid #aaa;
		  width: 400px;
		  height: 400px;
		  z-index: 150;
		}

		#GB_frame {
		  border: 0;
		  width: 510px;
		  height: 380px;
		  overflow: visible;
		  border: 1px solid #000;
		  padding: 1px;
		}

		#GB_caption {
		  font: 12px bold helvetica, verdana, sans-serif;
		  color: #fff;
		  background: #888;
		  padding: 2px 0 2px 5px;
		  margin: 0;
		  text-align: left;
		}

		#GB_window img {
		  position: absolute;
		  top: 2px;
		  right: 5px;
		  cursor: pointer;
		  cursor: hand;
		}



</style>
