#youtubeDiv{
    position: absolute;
    width: 400px;
    height: 380px;
    top: 130px;
    left: 60%;
    margin-left: -200px;
    margin-top: -190px;
}
#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;
}

#youtubecontent {
    background-color:#000;
    width: 510px;
    height: 420px;
    margin-left: -260px;
    top: 225px;
    position: absolute;
    left: 50%;
}

#youtubecontent a{
    display: block;
    position: relative;
    width: 80px;
    height: 22px;
    float: right;
    text-decoration: none;
    background: url(images/close.gif) no-repeat center center;
}


#youtubecontent a em{
    visibility: hidden;
}
#youtubeDiv img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#youtubeoverlay {
    background-color: #fff;
    overflow: visible;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 100;
}
