
    div.hdvideo_thumbnail  {
        background:url('../images/bg.gif') no-repeat;
        width:300px;
        height:69px;
	position: relative;
}

.hdvideo_thumbnail .hdvideo_overlay_button {
	position: absolute;
	left: 123px;
	top: 13px;
	width: 45px;
	height: 45px;
}

/*
.hdvideo_thumbnail .hdvideo_overlay_button_audio {
	position: absolute;
	left: 110px;
	top: 57px;
	width: 19px;
	height: 12px;
}
*/

.hdvideo_button_container {
    float:left;
    position: relative;
    width: 260px;
    z-index: 1500;
    font-weight: bold;
    font-size: 14px;
}

.hdvideo_button_container a {
    font-weight: bold;
    font-size: 14px;
}

.hdvideo_button_container img {
    border: none;
}

#hdvideo_recorder_container {
    display: none;
    position: relative;
    z-index: 2000;
    width: 320px;
}
hdvideo_recorder_video_blog_container
{
       display: none;
    position: relative;
    z-index: 2000;
    width: 320px;

}


.hdvideo_player_link {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;


}

.hdvideo_thumbnail_image {
    margin-top: 4px;
    margin-bottom: 0px;
    /* margin-left: 35px; */
    border: 1px #000 solid;
}

.hdvideo_play_video_comment {
    text-decoration: none;
}

.hdvideo_close_player_link {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.hdvideo_player_container {
    width: 400px;
    text-align: right;
    float: right;
    font-weight: bold;
    color: #000;
}

.hdvideo_close_recorder_container {
    margin-left: 280px;
    font-weight: bold;
    color: black;
    float: left;
}

.hdvideo_hide_recorder_container {
    font-weight: bold;
    color: black;
    float: right;
}

