.async-vid-list-wrap {
	margin: 5px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

.async-vid-list-wrap ul {
	margin: 0 0 0 0;
}
.async-vid-list ul {
    clear: both;
    display: block;
    float: left;
    margin: 0px auto 6px auto;
    width: 100%;
}
.async-vid-list ul {
	position: relative;
    font-size: 13px;
    list-style: none;
    margin: 0 0 10px 0;
    padding-left: 0;
}
.async-vid-list li {
    float: left;
    position: relative;

	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;

}
.async-vid-list a {
    color: black; 
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;

}
.async-vid-list li:hover,
.async-vid-list a:focus {	
	cursor: hand; 
	cursor: pointer;
	font-weight: bold;
}
.selected {
	font-weight: bold;
}
.async-vid-list-divChoice {
	
}


.async-vid-list-divVideo {
	clear: both;
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.async-vid-list-divVideo iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
