div.video_list {
	margin-top: 25px;
}
div.video_list h1 {
	margin-bottom: 25px;
}
div.video_list .videos {
	list-style: none;
	margin-bottom: 25px;
}
div.video_list .videos img {
	border: none;
}

#playlist p {
	margin: 5px 25px;
}

#jwContainer {
	position: relative;
	margin: auto;
}
#jwPlayer {
	text-align: center;
}
#jwLog {
	position: absolute;
	display: block;
	line-height: 2.5em;
	font-size: 0.9em;
	color: #ddd;
	background-color: #444;
	text-align: center;
}

.video_list_entry {
    width: 128px;
    float: left;
    border-top: 1px solid #CCCCCC;
    padding-top: 5px;
}

.video_list_entry a{
   
}

.video_list_entry a span{
    background: url("images/playVideo.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 100px;
    height: 95px;
    margin-left: 15px;
}

.video_list_entry a:hover span{
    background: url("images/playVideoHover.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 100px;
    height: 95px;
    margin-left: 15px;
}